Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Łukasz Walukiewicz 3b852d7fab buffer: fix minimum values for writeInt*() functions 2011-11-16 21:30:26 +01:00
benchmark
deps Upgrade V8 to 3.6.6.8 2011-11-14 17:17:23 -08:00
doc "Trailer" header should mention "Content-MD5" trailer name in this example. 2011-11-14 16:54:24 -08:00
lib buffer: fix minimum values for writeInt*() functions 2011-11-16 21:30:26 +01:00
src
test buffer: fix minimum values for writeInt*() functions 2011-11-16 21:30:26 +01:00
tools Remove str.format to support python2.5. 2011-11-14 17:09:44 -08:00
.gitattributes
.gitignore
AUTHORS
BSDmakefile
ChangeLog
LICENSE
Makefile
Makefile-gyp
README.md
common.gypi
configure
configure-gyp
node.gyp
vcbuild.bat
wscript

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