You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ryan 7879e7fd25 small cleanups 16 years ago
benchmark Use events for all HTTP messages. 16 years ago
deps Upgrade v8 to 1.2.10 and libev to 3.6 16 years ago
src Change 'new node.tcp.Connection' to 'node.tcp.createConnection' 16 years ago
test/mjsunit small cleanups 16 years ago
tools Fix bug waf problem with HAVE_CLOCK_SYSCALL 16 years ago
website small cleanups 16 years ago
.gitignore Remove node.Process constructor from API 16 years ago
LICENSE Add scons to LICENSE 16 years ago
README Mentioning the google group in the README and documentation. 16 years ago
TODO Create tools directory 16 years ago
configure Add new documentation (using asciidoc!) 16 years ago
wscript Add -m32 flags for compiling on 64bit machines. 16 years ago

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.

To build
./configure
make
make install