What are difference between AngularJs and NodesJs? Also which one is better for backend coding | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What are difference between AngularJs and NodesJs? Also which one is better for backend coding

Every time when i hear something about JS frameworks and backend programming these two always are in observe center. I am curious about to know main aspects for their implementations in real life so if you guys can help me out, thanks for that!

22nd Oct 2018, 7:30 PM
Ioseb Matiashvili
Ioseb Matiashvili - avatar
2 Answers
+ 4
Thanks Taste . You made lots of things clear to me
23rd Oct 2018, 5:27 PM
Ioseb Matiashvili
Ioseb Matiashvili - avatar
+ 3
it is different, angularjs are framework and its front-end. it specifically make for html to be less static. in the other hand, nodejs are platform, bit like JRE for java. and it's not made specifically for a website, yes it's able to do that even has a good framework for web, but you can make something else with it. and the best thing about this is you can use both at once, it wont cause a conflict because both are working seperately, where your node application working as a data store with rest api, and angular act as a controller for user to use.
22nd Oct 2018, 8:55 PM
Taste
Taste - avatar