+1 vote
in Service Discovery by
How do independent Microservices communicate with each other?

1 Answer

0 votes
by
Microservices can communicate with each other through:

HTTP for traditional Request-Response.

Websockets for streaming.

Brokers or Server Programs running Advanced Routing Algorithms.

For message brokers, RabbitMQ, Nats, Kafka, etc., can be used, each built for a particular message semantic. Another way is to use Backend As A Service like Space Cloud, which automates the entire backend.

Related questions

0 votes
asked Jul 1, 2020 in Cache Technique by Robindeniel
+1 vote
asked Dec 20, 2019 in Service Discovery by sharadyadav1986
...