An open API service indexing awesome lists of open source software.

https://github.com/blacksmoke26/amqp-node-rpc-direct

RabbitMQ with Node.js to achieve RPC (Remote Procedure Call) communication flawlessly..
https://github.com/blacksmoke26/amqp-node-rpc-direct

ampq broker nodejs producer-consumer queue rabbitmq rpc

Last synced: 28 days ago
JSON representation

RabbitMQ with Node.js to achieve RPC (Remote Procedure Call) communication flawlessly..

Awesome Lists containing this project

README

        

# About

RabbitMQ with Node.js to achieve RPC (Remote Procedure Call) communication flawlessly..

![](./assets/diagram.png)

To download and install RabbitMQ server:
https://www.rabbitmq.com/docs/download

To run consumer:
```shell
npm run consumer
```

To run producer:
```shell
npm run producer
```