0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2012-01-11 10:42:39 +01:00
benchmark bench: add /echo endpoint to http_simple 2011-12-30 02:03:10 +01:00
deps Merge remote branch 'origin/v0.6' 2012-01-09 11:20:22 -08:00
doc Merge remote branch 'origin/v0.6' 2012-01-09 11:20:22 -08:00
lib punycode: Update to v0.3.0 2012-01-11 10:42:39 +01:00
src isolates: add process-global list of isolates 2012-01-10 16:46:41 +01:00
test child_process: fix typo in internal message event name 2012-01-11 09:59:50 +01:00
tools build: set product_prefix to empty for Linux 2012-01-05 16:50:44 +01: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 2012.01.06, Version 0.6.7 (stable) 2012-01-06 16:31:03 -08:00
BSDmakefile Tell BSD users to run gmake instead. 2011-07-11 14:17:23 +02:00
ChangeLog docs: fix ChangeLog 2012-01-07 07:51:51 +01:00
common.gypi build: compile without -fvisibility=hidden 2012-01-05 16:50:55 +01:00
configure build: honour the PYTHON environment variable 2012-01-08 21:25:04 +01:00
LICENSE s/NPM/npm/ 2011-12-05 16:20:44 -08:00
Makefile Merge remote branch 'origin/v0.6' 2012-01-09 11:20:22 -08:00
node.gyp Merge remote branch 'origin/v0.6' 2012-01-09 11:20:22 -08:00
README.md docs: mention that python 2.6 or 2.7 is required 2012-01-05 16:44:22 +01:00
vcbuild.bat Merge remote branch 'origin/v0.6' 2012-01-09 11:20:22 -08:00

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