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..
- Host: GitHub
- URL: https://github.com/blacksmoke26/amqp-node-rpc-direct
- Owner: blacksmoke26
- Created: 2024-11-14T10:04:01.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-11-14T10:13:06.000Z (6 months ago)
- Last Synced: 2025-02-09T23:52:31.728Z (3 months ago)
- Topics: ampq, broker, nodejs, producer-consumer, queue, rabbitmq, rpc
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README
# About
RabbitMQ with Node.js to achieve RPC (Remote Procedure Call) communication flawlessly..

To download and install RabbitMQ server:
https://www.rabbitmq.com/docs/downloadTo run consumer:
```shell
npm run consumer
```To run producer:
```shell
npm run producer
```