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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • aceld/zinxAvatar von aceld

    aceld/zinx

    7,730Auf GitHub ansehen↗

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