JavaScript NestJS TypeScript Uncategorized
API with NestJS #19. Using RabbitMQ to communicate with microservices
NestJS subscribes to the idea that a microservice is an application that uses a different transport layer than HTTP. Therefore, in the previous part of this series, we’ve used TCP. However, with NestJS, we have a broad selection of transporters that transmit messages across microservices. Each one of them is different, and it is worth exploring […]