awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesWebSocket Packet Processing

Low-level manipulation and processing of WebSocket network packets for maximum throughput.

Distinct from Packet Processing Frameworks: Focuses specifically on WebSocket frames rather than general kernel-level network packets

Explore 1 awesome GitHub repository matching networking & communication · WebSocket Packet Processing. Refine with filters or upvote what's useful.

Awesome WebSocket Packet Processing GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • gobwas/wsAvatar de gobwas

    gobwas/ws

    6,463Voir sur GitHub↗

    This Go library provides low-level components for implementing high-performance WebSocket connections. It focuses on minimal memory allocations and efficient data throughput via a dedicated frame processor, an HTTP connection upgrader, and a compression layer. The project distinguishes itself through the use of zero-allocation buffer reuse to reduce garbage collection pressure. It operates directly on raw network bytes for frame parsing and manages the lifecycle of connections through state-based tracking. The library covers core network protocol capabilities including the transformation of

    Provides low-level buffer access for reading and writing network frames to increase throughput and reduce allocations.

    Gofastgogolang
    Voir sur GitHub↗6,463
  1. Home
  2. Networking & Communication
  3. Packet Engines
  4. Packet Processing Frameworks
  5. WebSocket Packet Processing