awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repository

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

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

    gobwas/ws

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