Close

microservices

Microservices is a software architecture style that structures an application as a collection of loosely coupled services. Each service is self-contained and performs a single function. Services communicate with each other using well-defined APIs.