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,220在 GitHub 上查看↗

    SuperSocket 是一个 .NET Socket 服务器框架,专为构建网络服务器和自定义通信协议而设计。它作为一个基于管道的网络引擎,以及 TCP、UDP 和 WebSocket 协议的服务器。 该框架提供了一个 Socket 会话管理器来跟踪和控制网络连接和客户端请求状态的生命周期。它支持实现定制的通信标准和开发 Socket 代理。 该系统通过管道过滤器、中间件和基于命令的消息处理的结构化架构,处理并发客户端连接并处理网络流量。

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

    C#
    在 GitHub 上查看↗4,220
  • lonng/nanolonng 的头像

    lonng/nano

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

    Godistributed-systemsgamegolang
    在 GitHub 上查看↗3,173
  1. Home
  2. Networking & Communication
  3. Client Request Handling