@renato.ames/nestjs-bull-emitter
v0.3.2
Published
Emit events using bull
Downloads
2
Readme
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'