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 Tue Jun 30 04:46:35 -0700 2009 Remove node.Process constructor from API [ry]
file ChangeLog Loading commit data...
file LICENSE Tue Jul 28 03:36:41 -0700 2009 Add DNS API. Missing functional tests. I'm not... [ry]
file README
file TODO Mon Jul 13 07:38:54 -0700 2009 add bug to TODO [ry]
directory benchmark/
file configure Thu Jul 16 07:54:55 -0700 2009 Fix 'make test-debug' [ry]
directory deps/
directory src/
directory test/
directory tools/ Mon Jun 22 09:28:48 -0700 2009 Fix bug waf problem with HAVE_CLOCK_SYSCALL [ry]
directory website/
file wscript
README
Purely evented I/O for V8 javascript.

See http://tinyclouds.org/node for more information.

For help and discussion subscribe to the mailing list at 
http://groups.google.com/group/nodejs or send an email to 
nodejs+subscribe@googlegroups.com.

A list of projects using Node can be found at
http://wiki.github.com/ry/node

To build
./configure
make 
make install