Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan Dahl f22c248e4c more lint 2010-12-01 17:29:11 -08:00
benchmark
cmake
deps
doc
lib more lint 2010-12-01 17:29:11 -08:00
src Remove should_verify from C++ - to handle in JS land 2010-12-01 12:47:49 -08:00
test style 2010-12-01 13:43:05 -08:00
tools Import cpplint.py 2010-12-01 17:01:25 -08:00
.gitignore
AUTHORS
CMakeLists.txt
CTestConfig.cmake
ChangeLog
LICENSE Import cpplint.py 2010-12-01 17:01:25 -08:00
Makefile Import cpplint.py 2010-12-01 17:01:25 -08:00
Makefile.cmake
README
README.cmake
TODO
config.h.cmake
configure
wscript

README

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation:

  make doc
 
To read the documentation:

  man doc/node.1

See http://nodejs.org/ for more information. For help and discussion
subscribe to the mailing list by visiting
http://groups.google.com/group/nodejs or by sending an email to
nodejs+subscribe@googlegroups.com.