awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ldcsaa/hp-socketAvatar von ldcsaa

    ldcsaa/HP-Socket

    6,132Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,132
  • twisted/twistedAvatar von twisted

    twisted/twisted

    5,969Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,969
  1. Home
  2. Web Development
  3. High-Performance HTTP Servers
  4. Multi-Protocol Networking Libraries