@audiograph/subscriber

A library for binding message handlers to a runnable application.

Usage no npm install needed!

<script type="module">
  import audiographSubscriber from 'https://cdn.skypack.dev/@audiograph/subscriber';
</script>

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.