Skip to content

bfsoft/node

This branch is 2457 commits behind nodejs/node-v0.x-archive:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c985095 · Apr 10, 2013
Mar 25, 2013
Apr 8, 2013
Apr 9, 2013
Apr 5, 2013
Apr 10, 2013
Apr 5, 2013
Mar 25, 2013
Aug 10, 2011
Feb 20, 2013
Mar 19, 2013
Dec 6, 2011
Apr 5, 2013
Jul 11, 2011
Mar 24, 2013
Apr 5, 2013
Mar 8, 2013
Mar 5, 2013
Jan 22, 2013
Apr 4, 2013
Mar 30, 2013
Apr 5, 2013
Mar 5, 2013

Repository files navigation

Evented I/O for V8 javascript. Build Status

To build:

Prerequisites (Unix only):

* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)

Unix/Macintosh:

./configure
make
make install

If your python binary is in a non-standard location or has a non-standard name, run the following instead:

export PYTHON=/path/to/python
$PYTHON ./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

About

evented I/O for v8 javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published