This is a Nodejs wrapper for socket-based message queues. Currently, it uses axon for its workings.
This wrapper currently supports 3 mechanisms:
- push-pull (Push-Pull)
- req-rep (Request-Reply)
- pub-sub (Publish-Subscribe)
See the examples directory for information on how to use the supported mechanisms.