Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
Scalable Server for Realtime Web Apps with JSON structures that can be read, manipulated and listened to, messages that can be sent to one or more subscribers, and request response workflows, between two clients or servers. | Apache Pulsar is a distributed messaging solution developed and released to open source at Yahoo. Pulsar supports both pub-sub messaging and queuing in a platform designed for performance, scalability, and ease of development and operation. |
Stores and syncs data in realtime;Built in node.js;Works for browsers, backend & mobile;Scales via clustering;Exceptionally fast & easy to use;Open Source and free (MIT License) | Unified model supporting pub-sub messaging and queuing; Easy scalability to millions of topics; Native multi-datacenter replication; Multi-language client API; Guaranteed data durability; Scalable distributed storage leveraging Apache BookKeeper |
Statistics | |
Stacks 39 | Stacks 118 |
Followers 112 | Followers 199 |
Votes 41 | Votes 24 |
Pros & Cons | |
Pros
| Pros
Cons
|

Firebase is a cloud service designed to power real-time, collaborative applications. Simply add the Firebase library to your application to gain access to a shared data structure; any changes you make to that data are automatically synchronized with the Firebase cloud and with other clients within milliseconds.

It enables real-time bidirectional event-based communication. It works on every platform, browser or device, focusing equally on reliability and speed.

Kafka is a distributed, partitioned, replicated commit log service. It provides the functionality of a messaging system, but with a unique design.

RabbitMQ gives your applications a common platform to send and receive messages, and your messages a safe place to live until received.

Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well.

PubNub makes it easy for you to add real-time capabilities to your apps, without worrying about the infrastructure. Build apps that allow your users to engage in real-time across mobile, browser, desktop and server.

Pusher is the category leader in delightful APIs for app developers building communication and collaboration features.

Transmit any volume of data, at any level of throughput, without losing messages or requiring other services to be always available. With SQS, you can offload the administrative burden of operating and scaling a highly available messaging cluster, while paying a low price for only what you use.

NSQ is a realtime distributed messaging platform designed to operate at scale, handling billions of messages per day. It promotes distributed and decentralized topologies without single points of failure, enabling fault tolerance and high availability coupled with a reliable message delivery guarantee. See features & guarantees.

SignalR allows bi-directional communication between server and client. Servers can now push content to connected clients instantly as it becomes available. SignalR supports Web Sockets, and falls back to other compatible techniques for older browsers. SignalR includes APIs for connection management (for instance, connect and disconnect events), grouping connections, and authorization.