A simple microservices builder for NestJS
npm install @globalart/nestjs-microservicesA simple microservices builder for NestJS that provides convenient decorators for different transport patterns.
``bash`
npm install @globalart/nestjs-microservices
or
`bash``
yarn add @globalart/nestjs-microservices
This package provides convenient decorators for different transport patterns in NestJS microservices. It simplifies the process of creating message handlers for various transport protocols by providing dedicated decorators for each transport type.
- 🚀 Simple decorators for different transport patterns
- 🔧 Support for TCP, Redis, MQTT, gRPC, NATS, RabbitMQ, and Kafka
- 📋 Type-safe message handling
- 🛡️ Full TypeScript typing
- 🎯 Easy to use and integrate