+ 2
What is the best framework/technology for an AngularJS MVC architecture?
Javascript Angular MVC Web Architecture
3 Answers
+ 6
You do realize that both Angular and MVCR are both frameworks themselves right?
+ 4
Model View Controller is a generic architecture. You can use Angular for the view layer. I'm interested in what you use for the controller and model layers.
0
@SoraKatadzuma A Google search shows that MEAN (MongoDB + ExpressJS + AngularJS + NodeJS) is the weapon of choice. I was curious if anyone experimented any other MVC combination of technologies, including a RDBMS.