node.js - MVC with AngularJS and node js -


i have been wondering whether combination of technologies work. can implement modular web application mvc, ef, , utilize angularjs if want play around technology implement sort of mini spa. extend knowledge bit further, , wondering whether utilize node.js instead of ef relational database communication. can intermingle mvc end angularjs front end (mixed mvc), , node.js database communications

is possible? yes, technically, bad practice.

asp.net's mvc server-side. means views built within server , sent user. controller server side.

with angularjs, paradigm flipped on head. controller , view both client side. server sends user of views , controllers @ once, , then on serves data. attractive single-page applications, , sites want exchange data, not have send new view. nodejs popular architecture use server, server architecture work fine angular.

both systems have pros , cons, there no sane reason can think of use them together. can use asp.net server/model angularjs application, i'd discourage using apt.net mvc angular.


Comments