0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-22 07:37:56 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2009-06-16 19:32:31 +02:00
deps Upgrade http parser 2009-06-12 17:27:44 +02:00
src Fix memleak: freeaddrinfo() after Server resolve address. 2009-06-16 17:47:59 +02:00
test Add "opening" readyState for the resolve period. 2009-06-16 15:50:52 +02:00
website Add "opening" readyState for the resolve period. 2009-06-16 15:50:52 +02:00
.gitignore update gitignore to work with waf files 2009-04-16 13:20:22 +02:00
configure Only run debug tests if the build debug was built 2009-06-16 19:32:31 +02:00
js2c.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
jsmin.py everything is changed. i've waited much too long to commit. 2009-04-15 10:08:28 +02:00
LICENSE Add waf to LICENSE 2009-06-09 15:20:10 +02:00
README Mentioning the google group in the README and documentation. 2009-06-05 11:38:41 +03:00
test_client.js Fix HTTP client output bug. 2009-06-04 15:44:38 +02:00
test-http_simple.js HTTP Server: Close 1.0 connections properly. 2009-05-20 10:28:10 +02:00
TODO add todo list 2009-06-11 02:34:04 +02:00
waf
wscript Add electric fence option to configure process 2009-06-16 15:47:57 +02:00

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