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 is a distributed messaging middleware and scalable messaging library designed for moving data between machines and processes. It functions as a socket-based communication framework that routes data across different network transport layers. The library implements scalable messaging patterns, specifically request-reply and publish-subscribe, to handle high volumes of data across distributed systems. It provides tools for network performance benchmarking to quantify messaging throughput and latency. The framework supports distributed message routing and inter-process communication usin
Implements request-reply and publish-subscribe patterns to handle high volumes of distributed data.