Node.js JavaScript runtime 🐢🚀
Go to file
2011-12-29 01:56:58 +01:00
benchmark bench: fix use of fd after close 2011-12-26 03:23:34 +01:00
deps uv: upgrade to 85f6b79 2011-12-29 01:56:11 +01:00
doc Merge remote-tracking branch 'origin/v0.6' 2011-12-29 01:49:10 +01:00
lib Add isolate version of test-child-process-fork 2011-12-29 01:56:11 +01:00
src Include ngx-queue.h, fix Windows build. 2011-12-29 01:56:11 +01:00
test Add isolate version of test-child-process-fork 2011-12-29 01:56:11 +01:00
tools GYP: rename options.gypi to config.gypi 2011-12-23 14:25:17 -08:00
.gitattributes Explicitly disable cr/lf conversion for test fixtures 2011-08-10 19:59:37 +02:00
.gitignore GYP: rename options.gypi to config.gypi 2011-12-23 14:25:17 -08:00
.travis.yml test: add .travis.yml for testing on Travis CI 2011-12-05 16:50:55 -08:00
AUTHORS 2011.12.14, Version 0.6.6 (stable) 2011-12-15 10:55:52 -08:00
BSDmakefile Tell BSD users to run gmake instead. 2011-07-11 14:17:23 +02:00
ChangeLog 2011.12.14, Version 0.6.6 (stable) 2011-12-15 10:55:52 -08:00
common.gypi Remove visibility=hidden options from common.gypi 2011-12-20 22:02:50 -08:00
configure build: add --without-isolates configure switch 2011-12-29 01:56:09 +01:00
LICENSE s/NPM/npm/ 2011-12-05 16:20:44 -08:00
Makefile GYP: rename options.gypi to config.gypi 2011-12-23 14:25:17 -08:00
node.gyp build: move internals to separate header file 2011-12-29 01:56:09 +01:00
README.md doc: add Travis CI build status image 2011-12-05 16:51:03 -08:00
vcbuild.bat Make msbuild run in parallel. 2011-12-29 01:56:11 +01:00

Evented I/O for V8 javascript. Build Status

To build:

Unix/Macintosh (requires python >= 2.5.2):

./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

Resources for Newcomers