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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • gobwas/wsAvatar de gobwas

    gobwas/ws

    6,463Ver en 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
    Ver en GitHub↗6,463
  1. Home
  2. Networking & Communication
  3. Packet Engines
  4. Packet Processing Frameworks
  5. WebSocket Packet Processing