https://github.com/bervproject/rabbitmq-demo
RabbitMQ Demo
https://github.com/bervproject/rabbitmq-demo
hacktoberfest nodejs
Last synced: 7 months ago
JSON representation
RabbitMQ Demo
- Host: GitHub
- URL: https://github.com/bervproject/rabbitmq-demo
- Owner: bervProject
- License: mit
- Created: 2022-08-13T07:58:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T05:07:21.000Z (11 months ago)
- Last Synced: 2025-05-05T05:30:19.622Z (11 months ago)
- Topics: hacktoberfest, nodejs
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RabbitMQ Demo
Simple Publish/Subscribe App.
## Tools
* [Nodejs](https://nodejs.org/en/).
* [Yarn v1](https://classic.yarnpkg.com/en/docs/install#windows-stable).
## Preparation
* (For Linux/MacOS user) Copy `.env.sh.example` to `.env.sh`.
* (For Windows user - CMD) Copy `,env.cmd.example` to `.env.cmd`.
* (For Powershell) Copy `.env.ps1.example` to `.env.ps1`.
1. Update the `.env` file to point your RabbitMQ host.
2. Run `yarn --frozen-lockfile` to download the dependencies.
## Consumer
* Run `node consumer.js`.
## Publisher/Sender
* Run `node sender.js`.
### LICENSE
MIT