process.kill to use uv_kill
4 files changed
tree: f21e39d2a32c2447568c7112d957cf0f39a1a075
  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