https://github.com/crazyoptimist/rabbitmq-nodejs-poc
Message Broker POC with RabbitMQ and Node.JS
https://github.com/crazyoptimist/rabbitmq-nodejs-poc
Last synced: about 1 year ago
JSON representation
Message Broker POC with RabbitMQ and Node.JS
- Host: GitHub
- URL: https://github.com/crazyoptimist/rabbitmq-nodejs-poc
- Owner: crazyoptimist
- Created: 2022-09-22T19:03:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T19:04:10.000Z (over 3 years ago)
- Last Synced: 2025-02-05T22:59:02.717Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello RabbitMQ!
## Run
Install dependencies
```bash
npm i
```
Open two terminal windows
```bash
# terminal 1
npm run receive
```
```bash
# terminal 2
npm run send
```