DEV Community

Discussion on: Is MVC pattern used only on monolithic web applications?

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.