An open API service indexing awesome lists of open source software.

https://github.com/proboci/probo-eventbus

An event pub/sub framework that abstracts away the transport mechanism. Intended for use in Eventsource/CQRS type architectures.
https://github.com/proboci/probo-eventbus

Last synced: 12 months ago
JSON representation

An event pub/sub framework that abstracts away the transport mechanism. Intended for use in Eventsource/CQRS type architectures.

Awesome Lists containing this project

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](http://npmjs.com/package/through2), in
and a wrapper around [node-kafka](http://npmjs.com/package/node-kafka)
are provided.