awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

लाइटवेट Pub-Sub मैसेजिंग सिस्टम

रैंकिंग 30 जून 2026 को अपडेट की गई

For इवेंट-ड्रिवन सिस्टम के लिए एक लाइटवेट मैसेज ब्रोकर, the strongest matches are nats-io/nats-server (NATS Server is a lightweight, high-performance publish-subscribe broker that), centrifugal/centrifugo (Centrifugo is a self-hosted pub/sub message broker that supports) and binwiederhier/ntfy (ntfy is a self-hosted, topic-based pub/sub messaging server using). nsqio/nsq and emqx/emqx round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

इवेंट-ड्रिवन वितरित सॉफ्टवेयर आर्किटेक्चर बनाने के लिए सरल, आसानी से तैनात होने वाले मैसेजिंग ब्रोकर्स और पब-सब लाइब्रेरी खोजें।

लाइटवेट Pub-Sub मैसेजिंग सिस्टम

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • nats-io/nats-servernats-io का अवतार

    nats-io/nats-server

    20,076GitHub पर देखें↗

    NATS Server is a high-performance, lightweight messaging system designed for cloud-native applications, edge computing, and distributed microservices. It functions as a distributed publish-subscribe broker that routes messages using hierarchical, dot-separated subject strings, enabling decoupled communication between services without requiring centralized broker lookups. The system supports core messaging patterns including asynchronous publish-subscribe, request-reply, and load-balanced queue processing. The platform distinguishes itself through a decentralized architecture that eliminates t

    NATS Server is a lightweight, high-performance publish-subscribe broker that is trivially easy to set up (single binary), supports core pub/sub along with request-reply and queue groups, offers optional persistence via JetStream, and provides client libraries for many languages—exactly the kind of simple, low‑resource messaging system this query targets.

    GoPublish-Subscribe MessagingPublish-Subscribe Systems
    GitHub पर देखें↗20,076
  • centrifugal/centrifugocentrifugal का अवतार

    centrifugal/centrifugo

    10,404GitHub पर देखें↗

    Centrifugo is a self-hosted real-time messaging server that provides infrastructure for scalable notifications, a publish-subscribe message broker, and a language-agnostic WebSocket gateway. It allows for the delivery of instant messages and data streams to concurrent users via WebSockets and Server-Sent Events. The system functions as a communication layer that separates network transport from backend business logic. It supports distributed messaging clusters using Redis for coordination of presence and message delivery across multiple server nodes. The project covers channel subscription m

    Centrifugo is a self-hosted pub/sub message broker that supports multiple transport protocols (WebSocket, SSE, gRPC) and is easy to set up with a single binary, but its focus on real-time notifications and scalable clustering may make it heavier than what you'd choose for simple service-to-service communication.

    GoPub-Sub SubscriptionsPub-Sub Systems
    GitHub पर देखें↗10,404
  • binwiederhier/ntfybinwiederhier का अवतार

    binwiederhier/ntfy

    30,790GitHub पर देखें↗

    ntfy is a self-hosted messaging infrastructure that provides a lightweight platform for sending and receiving real-time notifications. It functions as a topic-based pub-sub server, allowing users to publish and subscribe to message channels using standard HTTP requests. By bridging server-side events with native mobile and desktop clients, it enables the delivery of alerts across various environments through a unified communication layer. The project distinguishes itself by offering a complete, private notification ecosystem that includes persistent message caching and robust access control.

    ntfy is a self-hosted, topic-based pub/sub messaging server using HTTP, offering simple setup and low resource usage, which fits your need for lightweight service communication, though it specializes in notifications and lacks multi-protocol support.

    GoPub-Sub SystemsPubSub Messaging Systems
    GitHub पर देखें↗30,790
  • nsqio/nsqnsqio का अवतार

    nsqio/nsq

    25,738GitHub पर देखें↗

    NSQ is a distributed, brokerless messaging platform designed for high-throughput, fault-tolerant communication. By utilizing a decentralized topology, it eliminates single points of failure and allows for horizontal scaling across clusters. The system organizes message streams into topics and channels, effectively decoupling producers from consumers to support both streaming and job-oriented workloads. The platform distinguishes itself through a lookup-service-based discovery mechanism that enables clients to dynamically locate producers at runtime without requiring centralized coordination.

    NSQ is a pub/sub messaging platform that decouples producers and consumers, but its distributed architecture and emphasis on high throughput make it heavier and more involved to set up than a simple lightweight broker for straightforward service-to-service communication.

    GoPub-Sub MessagingPub-Sub Systems
    GitHub पर देखें↗25,738
  • emqx/emqxemqx का अवतार

    emqx/emqx

    16,422GitHub पर देखें↗

    This project is a high-performance MQTT broker and IoT data platform designed to manage millions of concurrent device connections. It provides a scalable infrastructure for ingesting, processing, and routing telemetry data across distributed systems, utilizing an actor-based concurrency model to maintain high availability and state synchronization across cluster nodes. The platform distinguishes itself through integrated stream processing and edge computing capabilities. It allows users to execute declarative SQL-based rules directly against incoming message streams for real-time filtering, t

    EMQX is a full-featured MQTT broker and IoT platform, which fits the pub/sub messaging category but is designed for high-scale deployments rather than lightweight, simple setups, so it lacks the ease of setup and low resource usage you're looking for.

    ErlangPub-Sub Messaging
    GitHub पर देखें↗16,422
  • tporadowski/redistporadowski का अवतार

    tporadowski/redis

    9,987GitHub पर देखें↗

    Redis is a high-performance in-memory key-value store that functions as a distributed cache, message broker, and NoSQL database. It provides sub-millisecond read and write access to data stored in RAM and can operate as a vector database for indexing high-dimensional embeddings. The system supports a wide range of data storage and synchronization primitives, including the management of strings, hashes, lists, sets, and JSON documents. It enables real-time data operations through atomic transactions, hybrid persistence using snapshots and append-only logs, and high-availability configurations

    Redis is a high-performance in-memory data store that includes a built-in pub/sub messaging feature, making it a lightweight and easy-to-set-up broker for simple service communication—it covers the core pub/sub model, optional persistence, and broad client library support, though its protocol is limited to Redis rather than multiple wire protocols.

    CPub-Sub MessagingPublish-Subscribe Messaging
    GitHub पर देखें↗9,987

Related searches

  • एक आसान पब-सब मैसेजिंग सिस्टम
  • टास्क्स के लिए एक सरल मैसेज ब्रोकर
  • Message broadcasting adapters
  • सर्विसेज के लिए एक ओपन सोर्स मैसेज ब्रोकर
  • WebSockets का उपयोग करने वाला रियल-टाइम चैट एप्लिकेशन
  • a message queue library for Go
  • माइक्रोसर्विसेज के लिए एसिंक्रोनस नोटिफिकेशन सिस्टम
  • an open source platform for team communication