Monolithic & Heterogenous Application
* Where one project containing all the modules (huge code base), that is called Monolithic application.
Problem:
* Due to this, if we want to change any small piece of code, you need to do full round of testing. And we need to down the whole system.
* To avoid this they introduced Microservice Architecture (Heterogenous)
Comments
Post a Comment