Hacker News new | ask | show | jobs
by nacnud 3075 days ago
Microservices is a back-end service pattern. MVC (Model View Controller) is a front-end pattern to enforce separation between data, UI and interaction logic.
1 comments

Models (should) abstract any data, providing services, and reside on the back end...