Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan Dahl d1f69ef35d bump version 2009-11-07 20:20:30 +01:00
benchmark
bin
deps
doc bump version 2009-11-07 20:20:30 +01:00
lib API: rename process.inherits to sys.inherits 2009-11-07 14:45:39 +01:00
src Fix ev_unref error in signal handler 2009-11-07 17:18:23 +01:00
test/mjsunit Bug fix for test-remote-module-loading.js 2009-11-07 20:07:55 +01:00
tools
.gitignore
ChangeLog bump version 2009-11-07 20:20:30 +01:00
LICENSE
Makefile
README
configure
wscript bump version 2009-11-07 20:20:30 +01:00

README

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation and install it, you will need asciidoc and
xsltproc:

  make doc install
 
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.