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 Fri Dec 18 16:24:59 -0800 2009 bump version [ry]
file LICENSE Sat Nov 21 07:27:02 -0800 2009 New http-parser No longer based on Ragel, but ... [ry]
file Makefile Sat Dec 05 22:35:26 -0800 2009 Use --jobs=1 with WAF Some people were reporti... [ry]
file README Fri Oct 09 05:55:29 -0700 2009 Clean up README. [ry]
directory benchmark/ Wed Dec 02 14:25:56 -0800 2009 Change the http.Client API so that it provides ... [Christopher Lenz]
directory bin/ Sat Oct 31 11:10:30 -0700 2009 Module refactor - almost CommonJS compatible no... [ry]
file configure Sat Dec 05 22:35:26 -0800 2009 Use --jobs=1 with WAF Some people were reporti... [ry]
directory deps/ Fri Dec 18 16:04:19 -0800 2009 Revert "Upgrade V8 to 2.0.5" This reverts comm... [ry]
directory doc/ Fri Dec 18 16:24:59 -0800 2009 bump version [ry]
directory lib/ Sat Dec 12 16:29:12 -0800 2009 Update to fix failing test. Rewrite of the reso... [isaacs]
directory src/ Fri Dec 18 15:14:50 -0800 2009 Remove two debug statements that are a bit much. [isaacs]
directory test/ Fri Dec 18 15:45:01 -0800 2009 Fix test-readdir.js Was broken because I added... [ry]
directory tools/ Wed Dec 09 05:27:33 -0800 2009 Upgrade waf to 1.5.10 [ry]
file wscript Fri Dec 18 16:24:59 -0800 2009 bump version [ry]
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.