DEV Community

Ismael Chery
Ismael Chery

Posted on

Is MVC pattern used only on monolithic web applications?

Top comments (2)

Collapse
 
theaccordance profile image
Joe Mainwaring

No, I wouldn't consider this a pattern bound to a specific architecture design, MVC really focuses on only a portion of the tech stack and that can be agnostic to whether the overall application is monolithic or micro-service.

Collapse
 
raywp profile image
Raymond Wangsa Putra

I agree with Joe. MVC isn't comparable to Monolith.
Monolith is comparable to Microservices, Serverless, SOA, 3-tier, (Architecture pattern)

According to my seniors, MVC is mostly used for Front-end codes, while in the Back-end would usually use DDD. But, it is up to the developers.