= 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 == * [[Node/Electron|Electron]] * [[Node/Gyp|node-gyp]] * [[Node/Npm|npm]] * [[Node/Npx|npx]] * [[Node/Webpack|Webpack]] * [[Node/Yarn|yarn]] == Standard Library == * [[Node/Console|console]] * [[Node/Crypto|crypto]] * [[Node/Fs|fs]] * [[Node/Os|os]] * [[Node/Path|path]] === Third-party Packages and Frameworks === * [[Node/MonacoEditor|Monaco Editor]] * [[Node/React|React]] ---- == See also == [[https://nodejs.org/api/|Node.js API reference documentation]] ---- CategoryRicottone