Microservice Architecture
An application split into small, independent services, each handling a specific business function.
Characteristics
- Separate deployable units
- Communicate via APIs
- Independently scalable & maintainable.
- Flexible but more complex
- Not a Framework,this is a achitecture of building an application.