Fork me on GitHub

Distributed Event Broker

Motivation

Keeping your users up to date is a huge challenge in a distributed application. Polling is resource intensive and does not scale well. Nonetheless the large part of applications nowadays periodically polls data. But there is a more elegant solution. Scale your application over process boundaries with the distributed event broker.

Features

For basic usage please see Event Broker and Event Broker Tutorial