This is a project for Scalable Web Architectures class at University of Applied Science Salzburg.
The messaging pattern "Pipes and Filters" has been implemented using RabbitMQ. Make sure you have RabbitMQ installed.
- Clone repository
npm install
npm run rabbit
npm start
- ``npm start help```
Used AMQP package: https://github.com/squaremo/amqp.node.