A generic lightweight C++ Event Bus for use with event-based applications. Intended to be highly concurrent, and mimic Apache Kafka's broker system.
- Boost.ASIO
- Boost.Coroutine2
A generic lightweight C++ Event Bus for use with event-based applications. Uses websockets for communication. Inspired by Apache Kafka
C++GPL-3.0