|
Size: 741
Comment:
|
Size: 961
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 34: | Line 34: |
| * [[Node/Electon|Electron]] | * [[Node/Electron|Electron]] |
| Line 38: | Line 38: |
| * [[Node/WebPack|WebPack]] | * [[Node/Webpack|Webpack]] |
| Line 47: | Line 47: |
| * [[Node/FS|fs]] * [[Node/OS|os]] |
* [[Node/Fs|fs]] * [[Node/Os|os]] |
| Line 50: | Line 50: |
=== Third-party Packages and Frameworks === * [[Node/MonacoEditor|Monaco Editor]] * [[Node/React|React]] ---- == 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.
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
