awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Realtime Communication Protocols · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesRealtime Communication Protocols

Libraries and frameworks for establishing persistent, bidirectional data exchange between clients and servers.

Distinguishing note: No candidates were provided; this category is distinct from general networking as it focuses specifically on persistent, stateful bidirectional streams.

Explore 1 awesome GitHub repository matching networking & communication · Realtime Communication Protocols. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Realtime Communication Protocols

Awesome Realtime Communication Protocols GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • gorilla/websocket

    gorilla/websocket

    24,523View on GitHub↗

    This project provides a comprehensive implementation of the WebSocket protocol, enabling persistent, bidirectional communication between clients and servers. It handles the low-level complexities of the protocol, including the initial HTTP upgrade handshake and the encapsulation of data into discrete binary frames. By managing these connections, it allows applications to exchange data instantly without the overhead associated with repeated standard request cycles. The library distinguishes itself through its focus on high-frequency message exchange and concurrent connection management. It uti

    Establishing persistent connections between clients and servers to exchange data instantly without the overhead of repeated standard HTTP request cycles.

    Gogogolanggorilla
    24,523View on GitHub↗