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-02-26 00:32:36 +01:00
benchmark
deps Update npm to 1.1.2 2012-02-24 18:51:22 -08:00
doc docs: add ciphers option to https.request() 2012-02-25 23:17:05 +09:00
lib newListener emits correct fn when using once 2012-02-25 15:37:38 +09:00
src
test newListener emits correct fn when using once 2012-02-25 15:37:38 +09:00
tools
.gitattributes
.gitignore
.travis.yml
AUTHORS
BSDmakefile
ChangeLog
common.gypi build: change default BUILDTYPE of gyp to Release 2012-02-23 14:11:26 +01:00
configure
LICENSE
Makefile
node.gyp build: use else instead of node_shared_v8==false 2012-02-26 00:32:36 +01:00
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