@globalart/nestjs-microservices
v1.0.3
Published
A simple microservices builder for NestJS
Readme
@globalart/nestjs-microservices
A simple microservices builder for NestJS that provides convenient decorators for different transport patterns.
Installation
npm install @globalart/nestjs-microservicesor
yarn add @globalart/nestjs-microservicesDescription
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.
Key Features
- 🚀 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
