Introduction
@nestjstools/messaging
npm install @nestjstools/messaging
or
yarn add @nestjstools/messaging

A NestJS library for managing asynchronous and synchronous messages (service bus) with support for buses, handlers, channels, and consumers. This library simplifies building scalable and decoupled applications by facilitating robust message handling pipelines while ensuring flexibility and reliability.
Real-world app example
https://github.com/nestjstools/messaging-rabbitmq-example - Messaging based on RabbitMQ + Redis
Repositories
Last updated