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 Fri Sep 11 11:51:39 -0700 2009 Just add the gernerated doc files. Make life ea... [ry]
file ChangeLog Fri Sep 11 12:06:50 -0700 2009 bump version [ry]
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 Fri Sep 11 11:47:45 -0700 2009 Revert "Add xsl files to doc directory so peopl... [ry]
directory deps/ Sat Sep 12 05:22:57 -0700 2009 Use "platform.architecture()" to find the prope... [sprsquish]
directory doc/ Sat Sep 12 05:21:37 -0700 2009 API: Change arguments of emit(), emitSuccess(),... [ry]
file node-repl Fri Sep 11 11:32:24 -0700 2009 Add node-repl [ry]
directory src/ Sat Sep 12 05:21:37 -0700 2009 Lint [ry]
directory test/ Sat Sep 12 05:21:37 -0700 2009 API: Change arguments of emit(), emitSuccess(),... [ry]
directory tools/ Mon Aug 31 07:12:27 -0700 2009 Update test script to use new debug build's nam... [ry]
file wscript Sat Sep 12 05:22:57 -0700 2009 Use "platform.architecture()" to find the prope... [sprsquish]
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