Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan Dahl 2b46959075 Add throughput benchmark 2011-10-11 22:40:04 -07:00
benchmark Add throughput benchmark 2011-10-11 22:40:04 -07:00
deps
doc fs.watch documentation 2011-10-11 18:28:16 -07:00
lib Remove tty_legacy 2011-10-11 13:41:33 -07:00
src Remove more dead code 2011-10-11 15:20:12 -07:00
test Fix test-module-load-list.js 2011-10-11 14:49:39 -07:00
tools
.gitattributes
.gitignore
AUTHORS
BSDmakefile
ChangeLog
LICENSE
Makefile
Makefile-gyp
README.md
common.gypi
configure
configure-gyp
node.gyp Fix windows build 2011-10-11 14:25:50 -07:00
vcbuild.bat
wscript Remove tty_legacy 2011-10-11 13:41:33 -07:00

README.md

Evented I/O for V8 javascript.

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