Goglides Dev 🌱

Discussion on: Explain Like I'm 5: What is Monolithic and Microservice application?

Collapse
 
jeewangautam profile image
Jeewan Gautam

A monolithic application is an application which is made up of one large codebase that includes all the application components such as frontend code, backend code and configuration files. In monolithic architecture one large code base performs the overall task of the application.

Microservices application is an application which is built on a microservices architecture where each part of the application split up into independent codebases that performs one specific task.