+ 3
What is Node Js?
I want to become a web developer. I want to know what is Node Js and what it did. ?
2 Réponses
+ 2
Node.js is an open-source, cross-platform, JavaScript runtime environment that executes JavaScript code outside a web browser.
You'd learn more about it by installing and running some scripts including a simple Hello World web server.
You can install at:
https://nodejs.org
A tutorial is at:
https://www.w3schools.com/nodejs/nodejs_intro.asp
+ 1
Thanks