awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Messaging Architectures · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesMessaging Architectures

Design patterns and routing logic used to organize and deliver messages within communication systems.

Explore 1 awesome GitHub repository matching networking & communication · Messaging Architectures. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Communication Platforms and Services
  4. Messaging and Notification Systems
  5. Messaging Architectures

Awesome Messaging Architectures GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • socketio/socket.io

    socketio/socket.io

    62,883GitHubView on GitHub↗

    Socket.io is a real-time communication engine that enables bidirectional, event-based data exchange between clients and servers. It provides a robust transport-agnostic protocol layer that automatically manages connection lifecycles, including heartbeat signals, automatic reconnection, and seamless fallback between Web

    TypeScriptjavascriptnodejssocket-io

Explore sub-tags

  • Room-Based Message RoutingOrganizing connected clients into logical groups or channels to broadcast targeted updates to specific subsets of users.