awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesClient Request Handling

Processing of incoming network messages through registered components with session state management.

Distinguishing note: None of the candidates cover the server-side processing of requests and session-based response pushing.

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

Awesome Client Request Handling GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • kerryjiang/supersocketkerryjiang का अवतार

    kerryjiang/SuperSocket

    4,220GitHub पर देखें↗

    SuperSocket is a .NET socket server framework designed for building network servers and custom communication protocols. It functions as a pipeline-based network engine and a server for TCP, UDP, and WebSocket protocols. The framework provides a socket session manager to track and control the lifecycle of network connections and client request states. It enables the implementation of bespoke communication standards and the development of socket proxies. The system handles concurrent client connections and processes network traffic through a structured architecture of pipeline filters, middlew

    Processes incoming network messages through registered components with integrated session state management.

    C#
    GitHub पर देखें↗4,220
  • lonng/nanolonng का अवतार

    lonng/nano

    3,173GitHub पर देखें↗

    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 manages session state to push data back to clients.

    Godistributed-systemsgamegolang
    GitHub पर देखें↗3,173
  1. Home
  2. Networking & Communication
  3. Client Request Handling