Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Tom Hughes 342b8b2ed2 cmake: fix debian package description. 2010-11-23 23:33:20 -06:00
benchmark
cmake cmake: fix debian package description. 2010-11-23 23:33:20 -06:00
deps cmake cleanup 2010-11-23 23:33:19 -06:00
doc Correct reference to "process.Module" 2010-11-23 14:09:59 -08:00
lib Fix test-securepair-server 2010-11-23 18:30:52 -08:00
src Saner, yet still ugly, fix to displaying syntax errors 2010-11-23 18:46:13 -08:00
test cmake cleanup 2010-11-23 23:33:19 -06:00
tools
.gitignore
AUTHORS
CMakeLists.txt cmake cleanup 2010-11-23 23:33:19 -06:00
ChangeLog
LICENSE
Makefile
Makefile.cmake cmake: Add wrapper Makefile and README. 2010-11-23 23:33:19 -06:00
README
README.cmake cmake: Add wrapper Makefile and README. 2010-11-23 23:33:19 -06:00
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.