Microservices
A microservice architecture – a variant of the service-oriented architecture (SOA) structural style – arranges an application as a collection of loosely-coupled services.
- services are fine-grained and the protocols are lightweight
- The goal is that teams can bring their services to life independent of others
Microservices is an architectural pattern that arranges an application as a collection of loosely coupled, fine-grained services, communicating through lightweight protocols.
Resources