This is a NodeJS project that ilustrates how to do a RPC application with Rabbit MQ.
You will need a RabbitMQ instance in localhost port 5672 with default username/password 'guest'
- Clone the repo
git clone https://github.com/samuelcasanova/rabbitcourse-rpc.git
- Install NPM packages
npm install
- Start the service
npm start
Samuel Casanova - @casanovasamuel - samuel.casanova@gmail.com
Project Link: https://github.com/samuelcasanova/rabbitcourse-rpc