Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Networking

Networking

496 projects

Showing 36 of 496 projects

react-native-file-download
react-native-file-downloadObjective-C

A native file download utility for React Native iOS apps (deprecated).

#native-module#ios#filesystem
Stars47
Forks9
Last commit10 years ago
Trevi
TreviSwift

A libuv-based Swift web HTTP server framework for building high-performance applications.

#http-server#async-io#server-side-swift
Stars46
Forks1
Last commit10 years ago
OSIS
OSISHaxe

An Entity Component System framework for Haxe with optional, non-intrusive networking support for client-server architectures.

#multiplayer#haxe#authoritative-server
Stars46
Forks2
Last commit6 years ago
clusteredBigCache
clusteredBigCacheGo

A Go library that extends bigcache with clustering support and individual item expiration for distributed applications.

#in-memory-cache#caching#distributed-systems
Stars45
Forks5
Last commit8 years ago
ip-packet
ip-packetJavaScript

A Node.js library for encoding and decoding raw IP packets with a compact binary format.

#binary-encoding#ip-packets#nodejs
Stars45
Forks2
Last commit2 years ago
node-irc
node-ircJavaScript

A Node.js IRC client library for building IRC bots and clients with event-driven architecture.

#event-driven#library#open-protocol
Stars43
Forks11
Last commit5 years ago
Carrier
CarrierCommon Lisp

A lightweight, async HTTP client for Common Lisp built on cl-async and fast-http.

#async-programming#api-client#streaming
Stars43
Forks10
Last commit2 years ago
asfml
asfmlAda

Ada semi-thick binding to the SFML multimedia library, providing a native Ada API for graphics, audio, windowing, and networking.

#sfml#ada-binding#graphics
Stars43
Forks6
Last commit18 days ago
lredis
lredisLua

An asynchronous Redis client library for Lua with PubSub support and automatic pipelining.

#database-driver#message-queue#redis-client
Stars42
Forks7
Last commit5 years ago
OpenSSL
OpenSSLSwift

Swift bindings for OpenSSL, enabling cryptographic and TLS functionality in Swift applications on OS X and Linux.

#swift-package-manager#tls#security
Stars41
Forks18
Last commit9 years ago
axios4go
axios4goGo

A Go HTTP client library inspired by Axios, featuring interceptors, JSON handling, configurable instances, and automatic retries.

#proxy-support#axios#async-requests
Stars39
Forks9
Last commit1 month ago
Delphi_SChannelTLS
Delphi_SChannelTLSPascal

Delphi library for TLS communication using Windows SChannel API, eliminating the need for external OpenSSL libraries.

#ics#pascal#client-server
Stars39
Forks17
Last commit4 years ago
tokio-socketcan
tokio-socketcanRust

Asynchronous Linux SocketCAN support for Rust's tokio runtime, enabling CAN bus communication.

#can-bus#embedded#tokio
Stars37
Forks16
Last commit3 years ago
Dots
DotsSwift

A lightweight concurrent networking framework for Swift with built-in concurrency control and parameter encoding.

#ios#networking-framework#tvos
Stars37
Forks2
Last commit8 years ago
kitura-nio
kitura-nioSwift

A SwiftNIO-based networking library providing HTTP server and client support for Kitura web applications.

#httpserver#http-server#kitura-nio
Stars37
Forks24
Last commit3 years ago
rclient
rclientGo

A minimalistic, extensible REST client library for Go applications with built-in JSON support.

#rest#rest-client#client
Stars36
Forks3
Last commit6 years ago
DNWebSocket
DNWebSocketSwift

A Swift-native WebSocket library implementing RFC 6455 with high performance and full platform compatibility.

#ios#websocket-library#websocket
Stars36
Forks4
Last commit7 years ago
DBNetworkStack
DBNetworkStackSwift

A Swift network abstraction layer for typed resource fetching and model mapping with composable features.

#ios#network-abstraction#unit-testing
Stars36
Forks5
Last commit6 months ago
Patchwire-GM
Patchwire-GMYacc

GameMaker: Studio 2 client library for the Patchwire multiplayer server framework, simplifying online game networking.

#gamemaker#multiplayer#gamemaker-studio
Stars36
Forks4
Last commit6 years ago
Trick Bag
Trick BagRuby

A collection of utility classes and methods for Ruby to simplify common programming tasks and enhance code quality.

#enumerables#validation#formatters
Stars36
Forks3
Last commit1 year ago
Anette
AnetteHaxe

A simple Haxe network library for TCP communication with built-in protocols and cross-platform support.

#haxe#tcp#gamedev
Stars36
Forks2
Last commit6 years ago
react-native-wifi-manager
react-native-wifi-managerJava

A React Native module for managing WiFi connections, including listing networks, connecting, and checking connection status.

#native-module#android#react-native
Stars35
Forks10
Last commit10 years ago
hash-to-port
hash-to-portJavaScript

Hash any string value to a valid port number within a specified range.

#port-hashing#npm-package#deterministic-hashing
Stars35
Forks3
Last commit5 years ago
Network Stack
Network StackSwift

A lightweight, dependency-free Swift networking stack with built-in mocking and testing support.

#ios#dependency-injection#urlsession
Stars34
Forks7
Last commit6 years ago
MultiClient
MultiClientBatchfile

A GameMaker extension that launches multiple game client instances for easier networking development and testing.

#gamemaker#multiplayer#client-server
Stars31
Forks4
Last commit7 months ago
Victorem
VictoremRust

A lightweight UDP game server and client framework for building simple 2D and 3D online game prototypes in Rust.

#realtime#multiplayer#game-server
Stars31
Forks5
Last commit7 years ago
NetworkKit
NetworkKitSwift

A lightweight Swift framework for iOS, macOS, watchOS, and tvOS that simplifies networking and JSON parsing.

#apple-platforms#ios#deserialization
Stars31
Forks5
Last commit8 years ago
hunt-http
hunt-httpD

A flexible, performant HTTP server and client library for the D programming language, supporting HTTP/1.1, HTTP/2, and WebSocket.

#d-language#http-server#http-protocol
Stars31
Forks5
Last commit4 years ago
NamedPipeExchange
NamedPipeExchangePascal

Delphi library for high-capacity named pipe communication with support for large data packets and blocking modes.

#windows-api#library#blocking-modes
Stars31
Forks7
Last commit5 years ago
löve-ws
löve-wsC++

A Lua library for creating WebSocket clients and servers within the LÖVE game framework.

#multiplayer#client-server#löve-framework
Stars30
Forks3
Last commit7 years ago
Nikka
NikkaSwift

A super simple Swift HTTP networking library with modular extensions for powerful API integration.

#futures#ios#multipart-upload
Stars30
Forks1
Last commit8 years ago
publicip
publicipGo

A Go package for retrieving your public IP address, similar to icanhazip.com but from within Go applications.

#system-tool#cli-tool#utility-library
Stars29
Forks8
Last commit9 years ago
Godot Torrent
Godot TorrentGDScript

A Godot 4 GDExtension that provides full BitTorrent protocol functionality with native C++ performance.

#content-distribution#libtorrent#bittorrent
Stars26
Forks2
Last commit7 months ago
Netswift
NetswiftSwift

A type-safe, high-level networking library for Swift apps that simplifies API calls with structured, reusable requests.

#ios#urlrequest#http
Stars25
Forks5
Last commit1 year ago
Katan
KatanSwift

A Swift playground demonstrating how to build a micro web server that responds with 'Hello world!' to every request.

#micro-framework#web-server#server-side
Stars25
Forks1
Last commit9 years ago
P2Plocal
P2PlocalActionScript

An ActionScript 3 library for establishing local peer-to-peer connections using serverless RTMFP protocol.

#multiplayer#flash#serverless
Stars25
Forks6
Last commit8 years ago
PreviousPage 12 of 14Next

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
#Ios92
#Swift88
#Http Client77
#Cross Platform60
#Rust59
#Macos53
#Api Client52
#Go51
#Game Development49
#Http43
#Mobile Development38
#Udp35