1 रिपॉजिटरी
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.
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.