/simple-event-bus

A generic lightweight C++ Event Bus for use with event-based applications. Uses websockets for communication. Inspired by Apache Kafka

Primary LanguageC++GNU General Public License v3.0GPL-3.0

simple-event-bus

A generic lightweight C++ Event Bus for use with event-based applications. Intended to be highly concurrent, and mimic Apache Kafka's broker system.

Libraries Used:

  • Boost.ASIO
  • Boost.Coroutine2