thomaschaaf / nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Other


Languages

Language:JavaScript 64.5%Language:C++ 30.6%Language:Python 2.2%Language:D 1.3%Language:C 1.1%Language:Shell 0.2%Language:Ruby 0.1%Language:R 0.1%