0
Js or Node js which is better?
7 Answers
+ 11
Those two things just can't be compared, one language - one framework.
NodeJS is a backend JS framework.
+ 7
NodeJS is a runtime environment for JavaScript that can run on the server side. JavaScript is the language understood by NodeJS.
Your question is like asking which is better â Java or JavaVM.
+ 1
They are different cases. JavaScript is for front-end while node js is for back-end and outside of web browser.
0
In your terms of meaning: JS)).
0
Node js - for writing backend. Js - for frontend.
0
Node js is a runtime environment for JavaScript applications. If you are developing big application on JavaScript, you of course will be using node js as backend. You shouldn't learn node js to become frontend developer, but you will use it with npm.
- 1
JavaScript is a programming language and Node JS is a JavaScript framework. You can't compare them.