qb-nats
Note: I suggest running the gnatsd server which is written in Go. I like Go better than ruby (also its probably faster).
Usage
npm install qb-nats --save
qb start // Access a channel using nats and qb's `contact` polymethod // Listen for messages on this channel // Or you can directly invoke a service queue ; // Or you can create an aliasqb // And lastly, you can publish on channels ;
Options:
See the node nats client for documentation on the nats options.
License
MIT in LICENSE file