public
Description: evented I/O for v8 javascript
Homepage: http://tinyclouds.org/node
Clone URL: git://github.com/ry/node.git
node /
name age message
file .gitignore Sat Oct 03 13:48:33 -0700 2009 Improve "make dist" remove generated doc from r... [ry]
file ChangeLog Loading commit data...
file LICENSE Wed Oct 07 06:02:42 -0700 2009 Fix build. - Add -f flag to rm on make clean. ... [ry]
file Makefile Wed Oct 07 06:02:42 -0700 2009 Fix build. - Add -f flag to rm on make clean. ... [ry]
file README Fri Oct 09 05:55:29 -0700 2009 Clean up README. [ry]
directory benchmark/ Wed Oct 07 01:24:50 -0700 2009 Update benchmarks with new createChildProcess API [ry]
directory bin/ Mon Oct 05 06:46:31 -0700 2009 Remove include() add node.mixin() include() sh... [ry]
file configure Sat Oct 03 12:46:59 -0700 2009 Don't unnecessarily output the makefile from th... [ry]
directory deps/
directory doc/
directory lib/
directory src/
directory test/ Wed Oct 07 07:56:19 -0700 2009 Normalize HTTP headers. "Content-Length" becom... [ry]
directory tools/ Wed Oct 07 06:02:42 -0700 2009 Fix build. - Add -f flag to rm on make clean. ... [ry]
file wscript
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.