+ 4

What is the different between js and node.js?

What is the different between js and node.js?

13th May 2019, 5:10 AM
Apdo Usama
Apdo Usama - avatar
2 Respuestas
+ 3
Js is javascript, a programming language. Node.js is a server runtime environment, something that lets scripts be run at the server side to help create dynamic webpages with Javascript before they are sent to the browser.
13th May 2019, 7:18 AM
Rincewind
Rincewind - avatar
+ 2
Js is a programming language Node.js is an enviroment for running js
13th May 2019, 7:14 AM
itsQuasar✅
itsQuasar✅ - avatar