1633 Views
In the world of microservice architecture, we build out an application via a collection of services. Each service in the collection tends to meet the following criteria: Loosely coupled Maintainable and testable Can be independently deployed Each service in a microservice architecture solves a business problem in the application, or at least supports one.
0 comments