0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 15:06:33 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2009-06-18 14:58:17 +02:00
benchmark Add benchmark dir with ruby script 2009-06-18 14:36:30 +02:00
deps
src Namespace trimming: remove node.constants 2009-06-18 14:58:17 +02:00
test Small clean up in test-http-client-race 2009-06-18 14:50:10 +02:00
website Namespace trimming: remove node.constants 2009-06-18 14:58:17 +02:00
.gitignore
configure
js2c.py
jsmin.py
LICENSE
README
TODO
waf
wscript

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