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-13 16:50:37 +02:00
deps Upgrade http parser 2009-06-12 17:27:44 +02:00
src small superficial clean-ups 2009-06-13 16:47:09 +02:00
test Add Request objects on the HTTP server can be interrupted. 2009-06-12 17:37:43 +02:00
website bump version 2009-06-13 14:13:42 +02:00
.gitignore
configure test default build too 2009-06-13 16:50:37 +02:00
js2c.py
jsmin.py
LICENSE Add waf to LICENSE 2009-06-09 15:20:10 +02:00
README
test_client.js
test-http_simple.js
TODO add todo list 2009-06-11 02:34:04 +02:00
waf
wscript bump version 2009-06-13 14:13:42 +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