I am implementing microservices architecture, there I learned a new topic "Transporter" which is used for the communication between different services.
But the same thing we can also build with request calls using packages like "axios", "http-request" etc.
So with inclusion of transporters what difference will it make? And how transporter broker call is different from http request call?
From the docs (https://moleculer.services/docs/0.14/networking.html#Transporters)
More general response. See HTTP vs NATS (could be any other pub/sub protocol) https://www.slideshare.net/Apcera/nats-vs-http