nestjs-transport
Installation
SKILL.md
Microservices & Transport Standards
Priority: P0 (FOUNDATIONAL)
- Synchronous (RPC): Use gRPC for low-latency, internal service-to-service calls (10x faster than REST/JSON).
- Asynchronous (Events): Use RabbitMQ or Kafka for decoupling domains via fire-and-forget (
emit()).