0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2012-02-15 13:32:46 -08:00
benchmark
deps 2012.02.14, Version 0.7.4 (unstable) 2012-02-14 14:34:43 -08:00
doc Generate Date headers on responses when not already present. 2012-02-15 12:35:34 -08:00
lib Generate Date headers on responses when not already present. 2012-02-15 12:35:34 -08:00
src Now working on 0.7.5 2012-02-15 11:37:34 -08:00
test Generate Date headers on responses when not already present. 2012-02-15 12:35:34 -08:00
tools
.gitattributes
.gitignore
.travis.yml
AUTHORS 2012.02.14, Version 0.7.4 (unstable) 2012-02-14 14:34:43 -08:00
BSDmakefile
ChangeLog 2012.02.14, Version 0.7.4 (unstable) 2012-02-14 14:34:43 -08:00
common.gypi Default to static linking CRT on Windows. 2012-02-15 13:32:46 -08:00
configure
LICENSE
Makefile docs: Move images out of the dist tarball 2012-02-13 15:27:06 -08:00
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