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?