https://github.com/arjun-r34/bull_queue
Experimenting with queueing systems using bull queue and redis
https://github.com/arjun-r34/bull_queue
Last synced: 11 months ago
JSON representation
Experimenting with queueing systems using bull queue and redis
- Host: GitHub
- URL: https://github.com/arjun-r34/bull_queue
- Owner: ARJUN-R34
- Created: 2020-06-20T06:41:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:00:12.000Z (over 3 years ago)
- Last Synced: 2025-01-30T19:48:11.765Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Queue Implementation Using Bull
### Installation
> Clone this project using,
```git clone https://github.com/ARJUN-R34/bull_queue.git```
> Install dependencies using,
```npm ci```
### Run
> Run the project using,
```node src/index.js```
> To start the WEB GUI, run the command,
```node src/arenaServer.js```