Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

nodejs/node-v0.x-archive

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26ae1a9 · Dec 3, 2011
Nov 10, 2011
Nov 25, 2011
Dec 3, 2011
Dec 2, 2011
Nov 26, 2011
Dec 2, 2011
Nov 23, 2011
Aug 10, 2011
Nov 23, 2011
Nov 11, 2011
Jul 11, 2011
Nov 25, 2011
Nov 21, 2011
Nov 23, 2011
Sep 12, 2011
Nov 1, 2011
Oct 28, 2011
Aug 26, 2011
Sep 12, 2011
Nov 10, 2011
Nov 23, 2011
Nov 22, 2011

Repository files navigation

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