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
·

2 dépôts

Awesome GitHub RepositoriesNumeric Message Identifiers

Dispatching incoming packets to registered handler functions by matching a numeric message identifier embedded in the packet header.

Distinct from Type-Based Message Routing: Distinct from Type-Based Message Routing: routes by a numeric ID in the packet header, not by message type.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Numeric Message Identifiers. Refine with filters or upvote what's useful.

Awesome Numeric Message Identifiers 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

    Routes incoming packets to handler functions based on a numeric message identifier in the packet header.

    Gogame-servergogolang
    Voir sur GitHub↗7,730
  • davyxu/cellnetAvatar de davyxu

    davyxu/cellnet

    4,061Voir sur GitHub↗

    Cellnet is a Go networking framework designed for building distributed systems and peer-to-peer networks. It provides a multi-protocol transport layer that standardizes message exchange across TCP, UDP, and WebSockets, utilizing a binary message codec system to map message types to unique identifiers for network transmission. The framework is distinguished by its remote procedure call library, which enables the execution of functions on remote peers using synchronous or asynchronous request patterns. It further differentiates itself with an asynchronous event dispatcher that processes network

    Provides tools to generate source files that bind messages to a codec system for automatic network recognition.

    Go
    Voir sur GitHub↗4,061
  1. Home
  2. Software Engineering & Architecture
  3. Type-Based Message Routing
  4. Numeric Message Identifiers

Explorer les sous-tags

  • Message Identifier GeneratorsTools for generating source files that bind messages to numeric identifiers for automatic codec recognition. **Distinct from Numeric Message Identifiers:** Focuses on the generation of the mapping code/files, not just the runtime dispatching logic.