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 RepositoriesHandler-Based Routing

Directs incoming network packets to specific logic blocks based on message identifiers and metadata.

Distinct from Type-Based Message Routing: Focuses on routing network packets to handlers via IDs, whereas type-based routing usually refers to in-memory pub-sub.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Handler-Based Routing. Refine with filters or upvote what's useful.

Awesome Handler-Based Routing 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.
  • 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

    Implements a handler-based routing system that directs incoming packets to specific logic blocks using unique message IDs.

    Go
    Voir sur GitHub↗4,061
  • zappa/zappaAvatar de zappa

    zappa/Zappa

    3,691Voir sur GitHub↗

    Zappa is a serverless Python framework and command-line tool used for packaging and deploying Python web applications to AWS Lambda. It functions as a serverless infrastructure automator that provisions API Gateways, IAM roles, and SSL certificates to run ASGI and WSGI applications as serverless functions. The tool distinguishes itself by providing a management CLI for executing remote administration scripts and management commands directly within the deployed environment. It includes specific mechanisms for serverless performance tuning, such as scheduling regular warm-up invocations to prev

    Uses a single entry point function to dispatch incoming requests to specific application routes.

    Pythonalbapi-gatewayaws
    Voir sur GitHub↗3,691
  1. Home
  2. Software Engineering & Architecture
  3. Type-Based Message Routing
  4. Handler-Based Routing