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

go-req
go-reqGo

A declarative HTTP client for Go that simplifies API interactions with reusable configurations and hooks.

#declarative#rest#client
Stars24
Forks3
Last commit3 months ago
gufo_snmp
gufo_snmpRust

A high-performance Python SNMP client library with async and synchronous APIs, implemented in Rust for speed.

#pypi#high-performance#gufo
Stars24
Forks4
Last commit3 months ago
fast_irc.cr
fast_irc.crCrystal

A high-performance IRC parsing and serialization library for the Crystal programming language.

#library#irc-protocol#crystal-lang
Stars24
Forks3
Last commit5 years ago
Godot Torrent
Godot TorrentGDScript

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

#content-distribution#libtorrent#bittorrent
Stars24
Forks2
Last commit6 months ago
viscord
viscordV

A lightweight V library for connecting to Discord's gateway with minimal dependencies.

#gateway-client#lightweight#websocket
Stars23
Forks5
Last commit5 years ago
go-sshkit
go-sshkitGo

A toolkit for building SSH servers and clients in Go, based on code from ssh-chat.

#client#server#go-library
Stars23
Forks4
Last commit10 years ago
rust-zookeeper
rust-zookeeperRust

A pure Rust async client for Apache ZooKeeper built on tokio, compatible with the official Java client.

#async-rust#coordination#distributed-systems
Stars23
Forks4
Last commit26 days ago
K0S Cilium Playground
K0S Cilium PlaygroundShell

A bash-based toolkit for deploying and configuring a multi-cluster Kubernetes playground with k0s, Cilium, and ClusterMesh.

#helm#cilium#metallb
Stars21
Forks2
Last commit3 years ago
Crirc
CrircCrystal

A Crystal library for creating IRC clients, bots, and servers.

#open-source#library#crystal-lib
Stars21
Forks6
Last commit5 years ago
Commons-networking
Commons-networkingJava

A Java library providing utilities for network-related tasks, including an SSE client and GNMI path parsing.

#gnmi#java#network-management
Stars21
Forks4
Last commit4 years ago
nettle
nettleHaskell

A Haskell library implementing OpenFlow protocol versions 1.0 and 1.3 for building SDN controllers.

#haskell#binary-serialization#sdn
Stars20
Forks6
Last commit8 years ago
Kanrisuru
KanrisuruRuby

Kanrisuru is a Ruby library for managing remote Linux servers with object-oriented wrappers around common commands, returning structured data.

#devops#dmidecode#wget
Stars20
Forks2
Last commit8 months ago
AlamoRecord
AlamoRecordSwift

An elegant iOS networking layer inspired by ActiveRecord that simplifies API interactions using Alamofire.

#crud#ios#alamofire
Stars18
Forks3
Last commit5 years ago
sysadmin
sysadmin

A curated list of open source sysadmin resources covering backups, monitoring, configuration management, and more.

#devops#awesome-list#infrastructure
Stars17
Forks6
Last commit9 years ago
dns
dnsCrystal

A non-blocking, extendable DNS client library for Crystal with support for UDP, TLS, HTTPS, and mDNS resolvers.

#dns-resolver#non-blocking#crystal-lang
Stars17
Forks2
Last commit1 month ago
AFNetworkingHelper
AFNetworkingHelperObjective-C

A simple Objective-C wrapper for AFNetworking that reduces boilerplate code for common HTTP methods with built-in loading indicators.

#ios#wrapper-library#objective-c
Stars17
Forks2
Last commit11 years ago
ThunderRequest
ThunderRequestSwift

A Swift framework for simplifying HTTP/HTTPS web requests across Apple platforms with built-in authentication and request body support.

#ios#oauth2#authentication
Stars16
Forks4
Last commit8 days ago
segspec
segspecGo

Extracts network dependencies from application configs and generates Kubernetes NetworkPolicies for security and CI/CD.

#zero-trust#helm#configuration-analysis
Stars16
Forks0
Last commit2 months ago
RxRestClient
RxRestClientSwift

A reactive REST client for iOS/macOS/tvOS built with RxSwift and Alamofire, featuring response state handling and pagination.

#ios#rest#rest-client
Stars16
Forks7
Last commit3 months ago
asn
asnElixir

An Elixir library for IP-to-AS-to-ASname lookups using APNIC BGP data.

#elixir#network-intelligence#apnic
Stars16
Forks2
Last commit10 years ago
elixir_radius
elixir_radiusElixir

An Elixir library for encoding and decoding RADIUS protocol packets with dictionary support.

#elixir#authentication#radius
Stars15
Forks5
Last commit3 years ago
NKMultipeer
NKMultipeerSwift

A testable RxSwift wrapper around Apple's MultipeerConnectivity framework for reactive peer-to-peer communication.

#ios#reactive-programming#testing
Stars15
Forks0
Last commit10 years ago
cl-bunny
cl-bunnyCommon Lisp

A Common Lisp RabbitMQ client library built on IOLib for asynchronous messaging.

#rabbitmq-client#message-queue#distributed-systems
Stars15
Forks4
Last commit2 years ago
oflib-node
oflib-nodeJavaScript

OpenFlow protocol library for Node.js that converts between OpenFlow wire messages and JavaScript objects.

#sdn#message-parsing#protocol-library
Stars15
Forks16
Last commit14 years ago
IPInfo API
IPInfo APIPascal

Delphi client library for accessing IPinfo.io geolocation and ASN data via API.

#ip-geolocation#pascal#location-services
Stars14
Forks6
Last commit3 years ago
OCaml OpenFlow
OCaml OpenFlowOCaml

OCaml library for serializing and deserializing OpenFlow protocol messages, supporting versions 1.0 and 1.3.

#sdn#network-programming#protocol-library
Stars13
Forks4
Last commit11 years ago
fetch-lua
fetch-luaLua

A Lua-only, non-blocking HTTP/HTTPS client library for LÖVE games with cross-platform support.

#client#non-blocking#http
Stars12
Forks2
Last commit1 year ago
Malibu
MalibuSwift

A Swift networking library built on promises for cleaner, chainable HTTP requests.

#ios#asynchronous#promises
Stars12
Forks3
Last commit8 years ago
Ether.Network
Ether.NetworkC#

A C# networking library for building simple, fast, and scalable TCP/IP socket servers and clients.

#client-application#tcp-ip#csharp
Stars12
Forks30
Last commit9 years ago
picoredis
picoredisPython

A minimal Redis client for MicroPython and CPython that implements the RESP protocol with a simple blocking API.

#database-driver#iot#embedded-systems
Stars12
Forks3
Last commit5 years ago
gen_tcp_server
gen_tcp_serverErlang

An Erlang behaviour that provides a quick and easy way to add TCP server functionality to applications.

#tcp#tcp-server#fault-tolerance
Stars11
Forks5
Last commit11 years ago
Gem
GemSwift

A lightweight iOS networking library with automated JSON model parsing for rapid Swift development.

#ios#codable#model-mapping
Stars10
Forks1
Last commit6 years ago
tailscale (heroeslament)
tailscale (heroeslament)Shell

A Zsh plugin providing autocompletion and aliases for the Tailscale CLI.

#autocompletion#devops#productivity
Stars10
Forks2
Last commit2 years ago
WANetworkRouting
WANetworkRoutingObjective-C

An iOS library for routing API paths to client-side objects with modular request, mapping, routing, and authentication layers.

#object-mapping#ios#authentication
Stars10
Forks3
Last commit9 years ago
Mion
Mion

A base operating system switch designed specifically for networking hardware and infrastructure.

#network-hardware#deployment#embedded-systems
Stars9
Forks4
Last commit5 years ago
ENet
ENetD

Dynamic binding to the ENet networking library for the D programming language.

#multiplayer#d-language#derelict
Stars9
Forks2
Last commit5 years ago
PreviousPage 13 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