You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. For
more information on using Node.js, see the
Node.js Website.
Node in Electron
Overview
The Electron Project embeds Node, which allows developers to leverage all of Node's capabilities and access the filesystem on your desktop platform. Electron embeds different versions of Node in different release lines of Electron. These versions are chosen such that they depend on a version of V8 compatible with the version of V8 present in the Chromium version used for that release line.
Branching Strategy:
master in this fork is an unused branch; a version of Node present in a release line can be found in a branch with the naming scheme
electron-node-vX.Y.Z.
See our website for what versions of Node are present in which release lines.
Working on the fork
To make changes to Node for a specific version of Electron, see electron/vendor/node for the version of Node in that release line, and then open a Pull Request against the associated electron-node-vX.Y.Z branch.
About
Node fork to make it suitable for embedding in Electron