1.2.2 • Published 4 years ago
amqp-rpc-lib v1.2.2
How to run the examples
- Install the dependencies
$ npm install- Build the project to compile TS to JS files
$ npm run prepare- Go to the examples folder
$ cd examples- Start the rabbitmq with docker-compose
$ docker-compose up- Initialize the server
$ node server.js- Runs a client
$ node client.jsNote: If you are doing some changes on the source code, you need to re-compile
$ npm run build:cleanand go the the step 1. again
$ npm run prepare