Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 482 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 482 Bytes

ComoRichWeb AMQP Demo

This is a quickly thrown together demo of how rabbitMQ works that I threw together for ComoRichWeb March meetup.

Running It

First install and run rabbitmq, node.js and coffeescript. Then switch to the project directory and run

npm install 

to gather all the dependencies. Run publisher.coffee to run the publisher. Run even.coffee, odd.coffee or everything.coffee to use different consumers.

Have fun!