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 RepositoriesNumeric Identifier Dispatch

Dispatch incoming data to a registered handler function based on a numeric message identifier.

Distinct from Message Routing: Distinct from Message Routing: routes by a numeric identifier in the packet header, not by message type or channel.

Explore 1 awesome GitHub repository matching networking & communication · Numeric Identifier Dispatch. Refine with filters or upvote what's useful.

Awesome Numeric Identifier Dispatch 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.
  • aceld/zinxAvatar de aceld

    aceld/zinx

    7,730Voir sur GitHub↗

    Zinx is a lightweight TCP server framework written in Go that provides a structured foundation for building scalable network applications. It combines a goroutine-pool worker model for concurrency control with message-ID-based routing, enabling efficient packet dispatching to registered handler functions. The framework distinguishes itself through its modular plugin architecture, which organizes server components like routers, connections, and message modules as interchangeable plugins for extensibility. It uses packet-header length prefixing for reliable TCP stream framing, assigns a dedicat

    Dispatches incoming data to registered handler functions based on a numeric message identifier.

    Gogame-servergogolang
    Voir sur GitHub↗7,730
  1. Home
  2. Networking & Communication
  3. Message Routing
  4. Numeric Identifier Dispatch