awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesMulti-Protocol Networking Libraries

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.

Awesome Multi-Protocol Networking Libraries GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • ldcsaa/hp-socketAvatar ldcsaa

    ldcsaa/HP-Socket

    6,132Vezi pe GitHub↗

    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.

    Candroidccpp
    Vezi pe GitHub↗6,132
  • twisted/twistedAvatar twisted

    twisted/twisted

    5,969Vezi pe GitHub↗

    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.

    Pythonasyncasync-pythondns
    Vezi pe GitHub↗5,969
  1. Home
  2. Web Development
  3. High-Performance HTTP Servers
  4. Multi-Protocol Networking Libraries