1 min

NestJS — Microservice to Microservice Communication Using RPC

So you split your giant monolith into microservices. Now how do they talk to each other? Here's how to use RPC in NestJS.

So you split your giant monolith into microservices. Congratulations — you now have ten smaller problems instead of one big one. In this article I walk through how to wire up microservice-to-microservice communication using RPC in NestJS.

Continue reading on Medium