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
·

2 repositorios

Awesome GitHub RepositoriesClient Request Management

Systems for processing incoming network messages and managing client session states.

Distinguishing note: Existing candidates focus on client-side request libraries or state management rather than server-side request handling.

Explore 2 awesome GitHub repositories matching networking & communication · Client Request Management. Refine with filters or upvote what's useful.

Awesome Client Request Management GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • lonng/nanoAvatar de lonng

    lonng/nano

    3,173Ver en GitHub↗

    Nano is a distributed application framework designed for building systems using an actor-based messaging model. It functions as a distributed actor framework that decouples components through asynchronous messaging to maintain state isolation across a server cluster. The system acts as a cluster message dispatcher and session-aware request router, tracking client state to route incoming messages to the specific agent holding the session data. It utilizes a distributed agent registry to coordinate the dispatching of messages between multiple application instances acting as agents. The framewo

    Processes incoming network messages through registered components and handles session states to communicate with clients.

    Godistributed-systemsgamegolang
    Ver en GitHub↗3,173
  • async-raft/async-raftAvatar de async-raft

    async-raft/async-raft

    1,093Ver en GitHub↗

    Async-raft is an asynchronous consensus framework built on Rust for coordinating replicated state machines across distributed nodes. The library implements a leader-based consensus algorithm to ensure data consistency and fault tolerance, managing inter-node communication, log replication, and automated snapshot creation. The framework supports dynamic cluster topology modifications at runtime, allowing nodes to be added or removed without downtime through intermediate configuration phases. It handles log replication through batched and pipelined streaming with congestion control, alongside

    Processes client requests by submitting mutating operations or validating cluster leaders before read execution.

    Rustasyncconsensusraft
    Ver en GitHub↗1,093
  1. Home
  2. Networking & Communication
  3. Client Request Management