Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nestjs/bull

Bull module for Nest framework (node.js) :cow:
https://github.com/nestjs/bull

bull cron job jobs nest nestjs node nodejs queue typescript

Last synced: 27 days ago
JSON representation

Bull module for Nest framework (node.js) :cow:

Awesome Lists containing this project

README

        


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications.



NPM Version
Package License
NPM Downloads
CircleCI
Coverage
Discord
Backers on Open Collective
Sponsors on Open Collective

Support us

## Description

Monorepo containing Nest modules for [Bull](https://github.com/OptimalBits/bull) and [BullMQ](https://github.com/taskforcesh/bullmq) packages.

## Installation (Bull)

```bash
$ npm i --save @nestjs/bull bull
```

## Installation (BullMQ)

```bash
$ npm i --save @nestjs/bullmq bullmq
```

## Quick Start

[Overview & Tutorial](https://docs.nestjs.com/techniques/queues)

## Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please [read more here](https://docs.nestjs.com/support).

## People

- Maintainers - [Kamil Myśliwiec](https://twitter.com/kammysliwiec)
- Contributors - [Frederic Woelffel](https://fwoelffel.me)
- Website - [https://nestjs.com](https://nestjs.com/)

## License

Nest is [MIT licensed](https://github.com/nestjs/nest/blob/master/LICENSE).