Skip to content

indutny/io.js

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 IO for V8 JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.0%
  • C++ 25.3%
  • C 2.1%
  • D 0.8%
  • Python 0.8%
  • Shell 0.3%
  • Other 0.7%