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 RepositoriesMessage Identifier Generators

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

Explore 1 awesome GitHub repository matching software engineering & architecture · Message Identifier Generators. Refine with filters or upvote what's useful.

Awesome Message Identifier Generators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • davyxu/cellnetAvatar de davyxu

    davyxu/cellnet

    4,061Ver en 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
    Ver en GitHub↗4,061
  1. Home
  2. Software Engineering & Architecture
  3. Type-Based Message Routing
  4. Numeric Message Identifiers
  5. Message Identifier Generators