Revert "remove node_io_watcher"

This reverts commit cc2ac1ccc7724b920cbc7bbb777f057ac062028c.
5 files changed
tree: cc2e683f27772505a30fb41f869fd976a399149c
  1. benchmark/
  2. deps/
  3. doc/
  4. lib/
  5. src/
  6. test/
  7. tools/
  8. .gitattributes
  9. .gitignore
  10. AUTHORS
  11. BSDmakefile
  12. ChangeLog
  13. common.gypi
  14. configure
  15. configure-gyp
  16. LICENSE
  17. Makefile
  18. Makefile-gyp
  19. node.gyp
  20. README.md
  21. vcbuild.bat
  22. wscript
README.md

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