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 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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • aceld/zinxAvatar de aceld

    aceld/zinx

    7,730Ver en 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
    Ver en GitHub↗7,730
  1. Home
  2. Networking & Communication
  3. Message Routing
  4. Numeric Identifier Dispatch