Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ben Noordhuis e9f8e28426 uv: upgrade to f5c2a4a 2011-12-29 01:56:09 +01:00
benchmark bench: fix use of fd after close 2011-12-26 03:23:34 +01:00
deps uv: upgrade to f5c2a4a 2011-12-29 01:56:09 +01:00
doc Merge remote-tracking branch 'origin/v0.6' 2011-12-29 01:49:10 +01:00
lib Merge remote-tracking branch 'origin/v0.6' 2011-12-29 01:49:10 +01:00
src Merge remote-tracking branch 'origin/v0.6' 2011-12-29 01:49:10 +01:00
test Merge remote-tracking branch 'origin/v0.6' 2011-12-29 01:49:10 +01:00
tools GYP: rename options.gypi to config.gypi 2011-12-23 14:25:17 -08:00
.gitattributes
.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
ChangeLog 2011.12.14, Version 0.6.6 (stable) 2011-12-15 10:55:52 -08: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
README.md doc: add Travis CI build status image 2011-12-05 16:51:03 -08:00
common.gypi Remove visibility=hidden options from common.gypi 2011-12-20 22:02:50 -08:00
configure GYP: rename options.gypi to config.gypi 2011-12-23 14:25:17 -08:00
node.gyp Remove unnecessary stuff from node.gyp 2011-12-20 20:26:13 -08:00
vcbuild.bat Add exe and msi signing to vcbuild.bat 2011-11-22 18:17:12 -08:00

README.md

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