Category "moleculer"

How are Moleculer transporters are different from http request calls?

I am implementing microservices architecture, there I learned a new topic "Transporter" which is used for the communication between different services. But the

Nestjs as API gateway + Moleculer as microservice

I'm very new in microservices, I was a wonder to know that is there any way to call a moleculer action from nestjs gateway?