icon-arrow-left Microservices: Design |  Microservices: Brownfield: Approachicon-arrow-right Communication We have synchronous and asynchronous communication between the micro-services and/or clients. Note: In real world applications, we use a combination of both. Communication: Synchronous This communication is based on making a request and waiting for a response. Communication can happens between services, with clients and with external services. […]
Posts with the REST tag
Microservices
Microservices: Design Principles Introduction icon-angle-right What is a Service? A service is a piece of software that provides functionality to another pieces of software. Provide reusability of functionality. A service can provide functionality to any application. Such a web server, mobile, or desktop application A service can be use […]