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