Ismael Chery Posted on Sep 8, 2022 Is MVC pattern used only on monolithic web applications? #explainlikeimfive #mvc #webdev Top comments (2) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Collapse Expand Joe Mainwaring Joe Mainwaring Joe Mainwaring Follow 20+ years across IT and Engineering. Founding Partner at Super Pax. I author Senior, Principal, and Executive-level technology posts. Location Chicago, IL Education Western Michigan University Joined Feb 22, 2018 • Sep 9 '22 Dropdown menu Copy link Hide 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 Expand Raymond Wangsa Putra Raymond Wangsa Putra Raymond Wangsa Putra Follow Gold Microsoft Learn Student Ambassadors Software Engineer in Stock Broker Company in Indonesia Education Nanjing Xiaozhuang University / Universitas Atma Jaya Yogyakarta Work Software Engineer (Java, .NET) Joined Oct 5, 2021 • Sep 17 '22 Dropdown menu Copy link Hide 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. Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
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.
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.