bus
Event bus
A minimalist event/message bus implementation
🔊Minimalist message bus implementation for internal communication with zero-allocation magic on Emit
336 stars
6 watching
25 forks
Language: Go
last commit: over 1 year ago
Linked from 2 awesome lists
eventbusgogo-librarygo-packagemessage-brokermessage-buspubsubzero-alloczero-allocation
Related projects:
Repository | Description | Stars |
---|---|---|
stanipetrosyan/go-eventbus | Provides an event bus implementation with features like publish/subscribe and request/response patterns, as well as support for processors and network buses. | 5 |
rafaeljesus/nsq-event-bus | A wrapper around NSQ topic and channel for event-driven communication in Go microservices. | 79 |
asaskevich/eventbus | A lightweight event bus with async compatibility for GoLang | 1,750 |
otobus/event_bus | An event-driven communication system with minimal overhead and built-in tracing capabilities | 699 |
rafaeljesus/rabbus | Provides an event-driven messaging wrapper over RabbitMQ exchanges and queues with built-in features like retries, circuit breakers, and reconnecting. | 97 |
mcmatan/topiceventbus | An implementation of the Publish–subscribe design pattern with topic-based event publishing and weak observer references. | 55 |
apache/rocketmq-eventbridge | A messaging service that enables event-driven architectures and loosely coupled distributed systems | 137 |
smancke/guble | A fast and scalable message bus for user interaction and data replication between multiple devices | 158 |
sergey-telpuk/nestjs-transport-eventbus | A module for broadcasting events between different parts of an application using various transport protocols. | 27 |
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 |
bennidi/mbassador | An event bus designed to handle high-throughput in multi-threaded applications with support for synchronous and asynchronous message publication. | 958 |
expl0it3r/pubbus | An implementation of a publish-subscribe messaging system | 26 |
paramaggarwal/react-native-global-event-emitter | Provides a shared event bus between native and React Native code for communication between iOS and JavaScript. | 58 |
leandro-lugaresi/hub | A fast Message/Event Hub using publish/subscribe pattern with support for topics and messaging between Go applications | 147 |