+ 16
What is the difference between node.js,angular js,jquery when compared to normal java script?
4 odpowiedzi
+ 14
jQuery => Javascript library
Angular js => Front-end Javascript framework
Node js => Runtime environment for JavaScript
+ 16
THANK U
+ 2
nodejs is a program or software written by C/C++ which can running javascript code (by wrapping the V8 chrome engine) on the system without html(any DOM); so it can create a server program by javascipt code, benefits event driven paradigm of this language...
+ 1
Node js is for server side rendering .. It is backend part of your project.
Angular is for client side. It is Javascript framework for front end.
Jquery is library that make easy your coding