Skip to content
/ node Public
forked from v8/node

Node.js JavaScript runtime ✨🐢🚀✨

License

Notifications You must be signed in to change notification settings

mi-ac/node

This branch is 31 commits ahead of, 1334 commits behind v8/node:vee-eight-lkgr.

Folders and files

NameName
Last commit message
Last commit date
Jun 13, 2018
Jul 8, 2018
Aug 2, 2018
Aug 3, 2018
Jul 10, 2018
Aug 3, 2018
Aug 3, 2018
Jul 12, 2018
Apr 1, 2018
Apr 21, 2018
Jul 6, 2018
Jan 13, 2015
Jun 29, 2018
Jun 25, 2018
May 22, 2018
Oct 25, 2017
Jun 26, 2018
Jun 25, 2018
Aug 23, 2015
Jun 17, 2018
Jul 10, 2018
Nov 28, 2017
Jul 5, 2018
Jan 23, 2018
May 6, 2018
Feb 23, 2018
Jun 25, 2018
Jul 9, 2018
Jul 11, 2018
Mar 22, 2017
Jul 11, 2018
Jul 11, 2018
Jul 18, 2018
Jul 11, 2018
Jun 27, 2018

Repository files navigation

This is the official V8 fork of Node.js with a recent V8 version.

To build from source, run

git clone https://github.com/v8/node v8-node
cd v8-node
./configure --build-v8-with-gn
make -j4 node

Or download the latest build for Ubuntu from this build bot. Select a build, then use Archive link download.

To check the V8 version in Node, have a look at v8-version.h or run

node -e "console.log(process.versions.v8)"

About

Node.js JavaScript runtime ✨🐢🚀✨

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 59.1%
  • C++ 21.3%
  • Python 12.9%
  • C 3.7%
  • HTML 1.4%
  • Makefile 0.4%
  • Other 1.2%