Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan dce072a67e lint 2009-06-22 13:12:47 +02:00
benchmark Add benchmark dir with ruby script 2009-06-18 14:36:30 +02:00
deps Create tools directory 2009-06-22 13:08:32 +02:00
src lint 2009-06-22 13:12:47 +02:00
test Finished remote module loading 2009-06-21 16:59:11 +02:00
tools Create tools directory 2009-06-22 13:08:32 +02:00
website Fix up docs. 2009-06-21 23:27:36 +02:00
.gitignore update gitignore to work with waf files 2009-04-16 13:20:22 +02:00
LICENSE Create tools directory 2009-06-22 13:08:32 +02:00
README Mentioning the google group in the README and documentation. 2009-06-05 11:38:41 +03:00
TODO Create tools directory 2009-06-22 13:08:32 +02:00
configure Create tools directory 2009-06-22 13:08:32 +02:00
wscript Create tools directory 2009-06-22 13:08:32 +02:00

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