What is Microservice.
-
Microservices is an architectural style for developing applications by breaking them down into smaller, independent components.
-
These components are loosely coupled and are often organized by business capability.
-
Microservices are a cloud-native approach that evolved from service-oriented architecture (SOA).