mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
Node.js JavaScript runtime ✨🐢🚀✨
nodejs.org
* Upgrade V8 to 3.9.5 * Upgrade npm to 1.1.1 * build: Detect host_arch better (Karl Skomski) * debugger: export `debug_port` to `process` (Fedor Indutny) * api docs: CSS bug fixes (isaacs) * build: use -fPIC for native addons on UNIX (Nathan Rajlich) * Re-add top-level v8::Locker (Marcel Laverdet) * Move images out of the dist tarballs (isaacs) * libuv: Remove uv_export and uv_import (Ben Noordhuis) |
||
|---|---|---|
| benchmark | ||
| deps | ||
| doc | ||
| lib | ||
| src | ||
| test | ||
| tools | ||
| .gitattributes | ||
| .gitignore | ||
| .travis.yml | ||
| AUTHORS | ||
| BSDmakefile | ||
| ChangeLog | ||
| common.gypi | ||
| configure | ||
| LICENSE | ||
| Makefile | ||
| node.gyp | ||
| README.md | ||
| vcbuild.bat | ||
Evented I/O for V8 javascript. 
To build:
Unix/Macintosh (requires python 2.6 or 2.7):
./configure
make
make install
Windows:
vcbuild.bat
To run the tests:
Unix/Macintosh:
make test
Windows:
vcbuild.bat test
To build the documentation:
make doc
To read the documentation:
man doc/node.1