Skip to content

mwcampbell/node

This branch is 1 commit ahead of, 6245 commits behind nodejs/node-v0.x-archive:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

51b829b · Oct 12, 2011
Oct 6, 2011
Oct 11, 2011
Oct 12, 2011
Oct 11, 2011
Oct 12, 2011
Oct 11, 2011
Oct 11, 2011
Aug 10, 2011
Oct 11, 2011
Oct 11, 2011
Jul 11, 2011
Oct 11, 2011
Sep 18, 2011
Sep 29, 2011
Sep 12, 2011
Sep 6, 2011
Sep 4, 2011
Aug 26, 2011
Sep 12, 2011
Oct 11, 2011
Oct 11, 2011
Oct 11, 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

About

evented I/O for v8 javascript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.3%
  • C++ 22.8%
  • C 12.4%
  • Python 2.6%
  • D 0.4%
  • Shell 0.3%
  • Other 0.2%