blob: 6832e605e37c771db1debb30e95ddd0070d544e9 [file] [log] [blame] [view] [edit]
# Node.js
<!--lint disable no-literal-urls-->
<p align="center">
<a href="https://nodejs.org/">
<img
alt="Node.js"
src="https://nodejs.org/static/images/logo-light.svg"
width="400"
/>
</a>
</p>
Node.js is an open-source, cross-platform, JavaScript runtime environment. It
executes JavaScript code outside of a browser. For more information on using
Node.js, see the [Node.js Website](https://nodejs.org/en/).
This is the official [V8](https://github.com/v8/v8/wiki) fork of [Node.js](https://github.com/nodejs/node).
## Quick start
* If you need to run Node.js with V8 ToT, you can
[build Node with GN](https://chromium.googlesource.com/v8/node-ci/).
* See [what to do](https://v8.dev/docs/node-integration) if your CL broke the
Node.js integration build.