kanwarpal-brar / simple-event-bus

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:C++ 89.7%Language:Makefile 4.5%Language:Python 4.1%Language:C 1.0%Language:Dockerfile 0.7%