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 Mon Jul 27 06:48:16 -0700 2009 bump version [ry]
file LICENSE Loading commit data...
file README Fri Jul 24 06:14:59 -0700 2009 Add note to README about wiki page [ry]
file TODO Mon Jul 13 07:38:54 -0700 2009 add bug to TODO [ry]
directory benchmark/ Mon Jul 13 07:38:55 -0700 2009 Add benchmark scripts. To use the benchmarks: ... [ry]
file configure Thu Jul 16 07:54:55 -0700 2009 Fix 'make test-debug' [ry]
directory deps/
directory src/ Sat Jul 25 08:52:26 -0700 2009 Rename evnet to evcom. [ry]
directory test/ Mon Jul 27 06:30:07 -0700 2009 Disable test-tcp-many-clients.js. It's broken o... [ry]
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