awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesMessaging

Technical implementations of communication patterns designed for high-volume data distribution.

Distinct from Scalability Patterns: Focuses on the implementation of messaging patterns specifically for scale, rather than general architectural scaling strategies.

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

Awesome Messaging GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • nanomsg/nanomsgnanomsg 的头像

    nanomsg/nanomsg

    6,277在 GitHub 上查看↗

    nanomsg 是一个分布式消息中间件和可扩展消息库,旨在机器和进程之间传输数据。它作为一个基于套接字(socket)的通信框架,在不同的网络传输层之间路由数据。 该库实现了可扩展的消息传递模式,特别是请求-响应(request-reply)和发布-订阅(publish-subscribe),以处理分布式系统中的海量数据。它提供了网络性能基准测试工具,用于量化消息吞吐量和延迟。 该框架支持使用 TCP、UNIX 套接字和 WebSocket 传输协议进行分布式消息路由和进程间通信。

    Implements request-reply and publish-subscribe patterns to handle high volumes of distributed data.

    C
    在 GitHub 上查看↗6,277
  1. Home
  2. Software Engineering & Architecture
  3. Scalability Patterns
  4. Messaging