6 Defining Features of Microservices
Read moreWhat are the communication protocol used in microservices?
The two commonly used protocols are HTTP request/response with resource APIs (when querying most of all), and lightweight asynchronous messaging when communicating updates across multiple microservices .
Read moreWhat are components of microservices?
5 core components of microservices architecture
Read more