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.
 
 
 
 
 
 
Urban Hafner 5ad5d89e3f Merge branch 'master' of git://github.com/ry/node 16 years ago
deps upgrade v8 to 1.2.8 16 years ago
src Merge branch 'master' of git://github.com/ry/node 16 years ago
test Implementation of node.http.cat 16 years ago
website Clean ups 16 years ago
.gitignore update gitignore to work with waf files 16 years ago
LICENSE Add waf to LICENSE 16 years ago
README Mentioning the google group in the README and documentation. 16 years ago
TODO add todo list 16 years ago
configure Only run debug tests if the build debug was built 16 years ago
js2c.py everything is changed. i've waited much too long to commit. 16 years ago
jsmin.py everything is changed. i've waited much too long to commit. 16 years ago
test-http_simple.js HTTP Server: Close 1.0 connections properly. 16 years ago
test_client.js Fix HTTP client output bug. 16 years ago
waf use the WAF build system 16 years ago
wscript Add electric fence option to configure process 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