0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 21:19:50 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2012-04-02 14:39:46 -07:00
benchmark
deps
doc
lib
src
test
tools
.gitattributes
.gitignore
.travis.yml
AUTHORS
BSDmakefile
ChangeLog
common.gypi build: add support for DTrace and postmortem 2012-04-01 00:14:36 +00:00
configure
LICENSE Fix links to libev and libeio licenses 2012-04-02 14:39:46 -07:00
Makefile
node.gyp
README.md
vcbuild.bat

Evented I/O for V8 javascript. Build Status

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

Resources for Newcomers