netcode
UDP networking
Enables secure client-server connections over UDP with robust security features.
Secure client/server connections over UDP
2k stars
101 watching
191 forks
Language: C
last commit: about 2 months ago
Linked from 1 awesome list
client-servergame-developmentpacketsprotocoludp
Related projects:
Repository | Description | Stars |
---|---|---|
valvesoftware/gamenetworkingsockets | A transport layer for games that enables reliable and efficient communication over UDP. | 8,253 |
xtaci/kcp-go | Provides a reliable and secure UDP transport layer with forward error correction and encryption. | 4,108 |
chronoxor/netcoreserver | A high-performance C# .NET Core library for building fast and low-latency socket servers and clients with support for multiple protocols. | 2,807 |
mas-bandwidth/reliable | Provides an acknowledgement system for UDP-based protocols to ensure reliable data transfer | 597 |
cesanta/mongoose | A lightweight network library for C/C++ developers to create embedded network applications with simple event-driven APIs for TCP, HTTP, WebSocket, MQTT, and other protocols. | 11,152 |
revenantx/litenetlib | A lightweight, cross-platform UDP library for .NET and Mono, providing features for reliable packet transmission and efficient communication. | 3,082 |
cloudwego/netpoll | A high-performance networking framework designed to optimize RPC scenarios in Go applications. | 4,061 |
opennhp/opennhp | A Zero Trust networking protocol to hide servers and data from attackers by utilizing cryptography at the OSI 5th layer. | 13,515 |
mafintosh/webcat | Enables peer-to-peer communication between users on the web using public-key authentication and WebRTC. | 445 |
xtaci/kcptun | A Quantum-Safe Secure Tunnel implementation that provides end-to-end encryption and error correction over the internet. | 13,928 |
nxrighthere/enet-csharp | Reliable UDP networking library for C and .NET environments | 813 |
jedisct1/dsvpn | A simple VPN implementation with minimal dependencies and configuration | 5,170 |
unetworking/uwebsockets | A fast and secure web server for real-time communication | 17,416 |
owasp/nettacker | Automated tool for identifying vulnerabilities and gathering information about network services and systems. | 3,618 |
zeromq/netmq | A native C# implementation of a lightweight messaging library with support for multiple transport protocols and various messaging patterns. | 2,966 |