@audiograph/subscriber
v0.2.3
Published
A library for binding message handlers to a runnable application.
Downloads
3
Readme
Subscriber
This is the Audiograph subscriber framework. It enables the registering of handlers for particular types of messages and (future) provides adaptors to enable the low-touch integration with various queueing backends.
Developing
Just install the depenendencies with: yarn
and you're off to the races.
Publishing
Run yarn publish (and make sure to bump the version) from you local environment.