2 Repos
Libraries that provide high-performance networking for TCP, UDP, and HTTP with event-driven I/O and SSL encryption.
Distinct from High-Performance HTTP Servers: Distinct from High-Performance HTTP Servers: covers TCP, UDP, and HTTP together, not just HTTP servers.
Explore 2 awesome GitHub repositories matching web development · Multi-Protocol Networking Libraries. Refine with filters or upvote what's useful.
HP-Socket is a networking library for building scalable TCP, UDP, and HTTP servers and clients with event-driven I/O and SSL encryption. It provides a high-performance TCP server framework, an HTTP request handler that parses incoming requests and generates responses, and a UDP communication library for low-latency data transfer, all with optional SSL encryption for secure communication. The library is built on a completion-port-based I/O architecture that uses Windows I/O Completion Ports for scalable asynchronous socket operations. It features a connection-pooled agent architecture for mana
Provides a networking library for building scalable TCP, UDP, and HTTP servers and clients with event-driven I/O and SSL encryption.
Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network applications. At its core, it uses a reactor-based event loop to drive all input and output, dispatching callbacks in a single thread without blocking. The library implements a deferred promise chain for composing asynchronous logic, along with a protocol and factory pattern that separates connection state management from protocol handling, enabling reusable handlers for different network protocols. The framework supports multiple event loops across platforms, including select,
Supports multiple network protocols including IRC, XMPP, SMTP, POP3, IMAP, SSH, and Telnet.