A Graft microservice that implements a pub/sub broker.
Install
npm install graft-broker --save
Usage
var broker = updates = broker ret = broker ret updates broker broker
Subscribe errors
The subscribe command will return an error on the return channel if there is no topic or no messages channel. The error format follows the pattern:
status: 'not subscribed' reason: 'missing topic'
License
MIT