microservices
Installation
SKILL.md
NestJS Microservices
When to Use This Skill
Use this skill when:
- Building distributed systems with multiple services
- Implementing microservices architecture
- Using message brokers (Redis, Kafka, NATS, RabbitMQ)
- Creating gRPC services
- Building event-driven architectures
- Scaling applications horizontally
- Separating concerns across multiple services
What are Microservices in NestJS?
NestJS microservices use different transport layers than HTTP to communicate between services. They support TCP, Redis, NATS, MQTT, Kafka, gRPC, and RabbitMQ, with both request-response and event-based patterns.