emitter-pubsub-broker
An utility for connecting EventEmitters via a pubsub. Includes Redis and in-memory backends, and a support of other systems can be added by implementing a very simple Connector wrapper.
Table of Contents
Installation
$ npm i emitter-pubsub-broker
Usage
const EmitterPubsubBroker = const connect = 'redis://localhost:6379' // or empty for in-memory backend let broker = connectlet client = // anything that implements the interface client broker
API
API documentation is available online.
Contribute
If you encounter a bug in this package, please submit a bug report to github repo issues.
PRs are also accepted.
License
MIT