Flashcard
Transport-Agnostic Messaging in NestJS
NestJS lets the same message handlers run across many transports, but gRPC is a notable exception.
Question
How transport-agnostic are @MessagePattern and @EventPattern handlers across NestJS transports?
Click to reveal answer