probo-eventbus

A generalized event pub/sub framework.

Usage no npm install needed!

<script type="module">
  import proboEventbus from 'https://cdn.skypack.dev/probo-eventbus';
</script>

README

Probo EventBus

This library provides an abstraction for object stream transport allowing you to have a pluggable backend for transporting event streams from one services or part of your application to another.

This library is a framework under active development for use in connecting services in an SOA using a CQRS style message passing over replaceable message transpors (currently an in-memory wrapper around through2, in and a wrapper around node-kafka are provided.