message-bus
Message Queue
An asynchronous message queue allowing publishers to send and subscribers to receive messages.
Go simple async message bus
273 stars
8 watching
46 forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 2 awesome lists
asyncbrokerdddevent-sourcingmessage-brokermessage-busmessage-queuepubsubqueue
Related projects:
Repository | Description | Stars |
---|---|---|
tenor/restbus | A high-performance library for asynchronous messaging and queueing in .NET | 366 |
rafaeljesus/rabbus | Provides an event-driven messaging wrapper over RabbitMQ exchanges and queues with built-in features like retries, circuit breakers, and reconnecting. | 97 |
voltrb/volt-redis_message_bus | Provides a simple Redis-based message bus for sending messages between app instances | 4 |
smrchy/rsmq | A lightweight message queue for Node.js using Redis as the underlying storage | 1,758 |
aforward/sadbus | A simple message bus for decoupling microservices by sharing data between them in a relatively loose manner | 5 |
zarusz/slimmessagebus | A lightweight message bus interface for .NET that provides pub/sub and request-response capabilities with transport plugins for popular messaging infrastructure. | 476 |
apache/rocketmq-eventbridge | A messaging service that enables event-driven architectures and loosely coupled distributed systems | 137 |
weyoss/redis-smq | A Node.js library for queuing messages and processing them asynchronously with consumers using Redis as the backend | 594 |
expl0it3r/pubbus | An implementation of a publish-subscribe messaging system | 26 |
cristiammercado/ng-event-bus | An Angular service for broadcasting and receiving messages between components using RxJS. | 49 |
mustafaturan/bus | A minimalist event/message bus implementation | 336 |
chicagoboss/tinymq | A lightweight message queue with in-memory storage and Erlang-based channel management | 124 |
smancke/guble | A fast and scalable message bus for user interaction and data replication between multiple devices | 158 |
bennidi/mbassador | An event bus designed to handle high-throughput in multi-threaded applications with support for synchronous and asynchronous message publication. | 958 |
php-enqueue/enqueue | An advanced message queueing system with plug-and-play components and simplified message processing | 188 |