nest-messenger
v1.0.6
Published
Internal messaging service for NestJS applications via the EventEmitter API. Allows for the passing of ephemeral messages between services, for example control signals to auto-reconnect to external services.
Downloads
4
Readme
nest-messenger
Internal messaging service for NestJS applications via the EventEmitter API. Allows for the passing of ephemeral messages between services, for example control signals to auto-reconnect to external services.
Usage
- Import the
MessengerModule
in all modules that should access the messenger - Inject the
MessengerService
in a provider and use as needed