Skip to content

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

Notifications You must be signed in to change notification settings

ProboCI/probo-eventbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published