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

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

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```