Rockets NestJS Events
Advanced class based event dispatch/listener module.
This module extends/wraps the eventemitter2 (opens in a new tab) module.
The goal is to enable a pattern where modules can export re-usable events and listener classes that can be easily consumed by their dependent modules.
Project
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
(opens in a new tab)
Installation
yarn add @concepta/nestjs-event
TODO
- Add class/method decorators