Differences between revisions 5 and 6
Revision 5 as of 2023-01-08 17:54:17
Size: 742
Comment:
Revision 6 as of 2023-01-13 06:11:56
Size: 839
Comment:
Deletions are marked like this. Additions are marked like this.
Line 51: Line 51:
----



== See also ==

[[https://nodejs.org/api/|Node.js API reference documentation]]

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


See also

Node.js API reference documentation


CategoryRicottone

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