Differences between revisions 8 and 9
Revision 8 as of 2023-01-14 22:11:10
Size: 961
Comment:
Revision 9 as of 2023-02-24 20:06:10
Size: 961
Comment:
Deletions are marked like this. Additions are marked like this.
Line 47: Line 47:
 * [[Node/FS|fs]]
 * [[Node/OS|os]]
 * [[Node/Fs|fs]]
 * [[Node/Os|os]]

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.


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


CategoryRicottone

Node (last edited 2023-02-24 20:06:10 by DominicRicottone)