public
Description: evented I/O for v8 javascript
Homepage: http://tinyclouds.org/node
Clone URL: git://github.com/ry/node.git
ry (author)
Fri Sep 04 03:35:30 -0700 2009
commit  734e86b9e568de5f694ae290a2b5c9395b70937c
tree    b40e2d6932dc15e858ea5ae7c38c29a8b62109d8
parent  733ee426dcb6a2d3a8210b9d283cc6d85ffc1f17
node /
name age message
file .gitignore Loading commit data...
file ChangeLog
file LICENSE Tue Jul 28 03:36:41 -0700 2009 Add DNS API. Missing functional tests. I'm not... [ry]
file README Fri Jul 24 06:14:59 -0700 2009 Add note to README about wiki page [ry]
directory benchmark/ Wed Aug 26 13:36:45 -0700 2009 API: rename node.Process to node.ChildProcess ... [ry]
file configure
directory deps/
directory src/
directory test/
directory tools/ Mon Aug 31 07:12:27 -0700 2009 Update test script to use new debug build's nam... [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