What is the best framework/technology for an AngularJS MVC architecture? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is the best framework/technology for an AngularJS MVC architecture?

Javascript Angular MVC Web Architecture

18th Mar 2017, 12:11 PM
Cosmin Apostol
Cosmin Apostol - avatar
3 Answers
+ 6
You do realize that both Angular and MVCR are both frameworks themselves right?
18th Apr 2017, 12:10 PM
SoraKatadzuma
SoraKatadzuma - avatar
+ 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.
18th Apr 2017, 3:23 PM
Cosmin Apostol
Cosmin Apostol - avatar
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.
26th Apr 2017, 4:48 PM
Cosmin Apostol
Cosmin Apostol - avatar