Microservices

Architecture of small, independent services instead of monolith.

Microservices is a software architecture where an application consists of many small, independent services. Each service has a clearly defined task, its own database, and can be developed, deployed, and scaled separately. This enables flexibility and scalability.

Related Terms