Node

node(1) is a ECMAScript interpreter. It comes with a standard library and a package manager. An extensive set of third-party modules are built upon this foundation.


Example

console.log("Hello, world!");

This can be executed like:

node example.js


Tool Chain

Builtin Modules


See also

Node.js API reference documentation


CategoryRicottone

Node (last edited 2025-12-19 21:15:07 by DominicRicottone)