0
Is node.js a javascript library
6 Respostas
+ 6
In short: no. Node.js is a javascript runtime environment that executes javascript code outside of a web browser. If you want to learn more here is a link to a good description of what Node is good for: https://www.w3schools.com/nodejs/nodejs_intro.asp
+ 5
a runtime environment is the environment that a given program is executed in. It contains things like the memory heap, call stack, and event queue.
+ 4
No. It is a js runtime environment
+ 4
Full Node.Js course at this link: https://m.youtube.com/playlist?list=PLjTsdWerYoeVMM_13kmZv4Ki8QZqknM3c
+ 1
What is a runtime environment?
+ 1
brain is right, it uses Chrome's V8 engine, embedded in a c++ program called Node.js