Node
node(1) is a JavaScript interpretter. It comes with a standard library and a package manager. An extensive set of third-party modules are built upon this foundation.
Contents
Example
console.log("Hello, world!");
This can be executed like:
node example.js
Installation
Tool Chain
Standard Library
Third-party Packages and Frameworks
See also
Node.js API reference documentation