0.1.0 • Published 3 years ago

nestjs-bull-emitter v0.1.0

Weekly downloads
6
License
UNLICENSED
Repository
github
Last release
3 years ago

Description

Emit events to other projects using bull and filtering by decorators.

Installation

$ nvm use
$ npm install

Running the app

Clone the Receiver project.

$ docker-compose up -d
$ npm run start

Using

In your receiver project add the decorator like this example.

Calling

curl --request PUT 'http://localhost:3000/contents/123'