awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • nanomsg/nanomsgAvatar von nanomsg

    nanomsg/nanomsg

    6,277Auf GitHub ansehen↗

    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.

    C
    Auf GitHub ansehen↗6,277
  1. Home
  2. Software Engineering & Architecture
  3. Scalability Patterns
  4. Messaging