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.
- Host: GitHub
- URL: https://github.com/proboci/probo-eventbus
- Owner: ProboCI
- Created: 2015-11-19T04:44:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T17:53:30.000Z (over 1 year ago)
- Last Synced: 2025-06-25T06:08:06.680Z (12 months ago)
- Language: JavaScript
- Size: 318 KB
- Stars: 1
- Watchers: 24
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.