+1 vote
in Service Discovery by (30.6k points)
How do independent Microservices communicate with each other?

1 Answer

0 votes
by (23.1k points)
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

...