Microservice architecture
Microservice architecture is an architectural style in which applications are decomposed into loosely coupled services. With microservices we develop applications that offers
- Increased modularity
- Making applications easier to develop
- Making applications easier to test
- Making applications easier to deploy
- Easier to maintain
- Faster time to market