1.2.2 • Published 2 years ago

amqp-rpc-lib v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

How to run the examples

  1. Install the dependencies
$ npm install
  1. Build the project to compile TS to JS files
$ npm run prepare
  1. Go to the examples folder
$ cd examples
  1. Start the rabbitmq with docker-compose
$ docker-compose up
  1. Initialize the server
$ node server.js
  1. Runs a client
$ node client.js

Note: If you are doing some changes on the source code, you need to re-compile

$ npm run build:clean

and go the the step 1. again

$ npm run prepare
1.2.0

2 years ago

1.1.1

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.2.2

2 years ago

1.1.3

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.1.10

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago