Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan a3d77ee4e7 Add new documentation (using asciidoc!) 2009-06-30 13:27:25 +02:00
benchmark Use events for all HTTP messages. 2009-06-28 19:08:26 +02:00
deps Upgrade v8 to 1.2.10 and libev to 3.6 2009-06-29 10:55:05 +02:00
src Fix ref/unref problem. Was doing opposite of what I should. 2009-06-29 20:53:54 +02:00
test/mjsunit Fix ref/unref problem. Was doing opposite of what I should. 2009-06-29 20:53:54 +02:00
tools Fix bug waf problem with HAVE_CLOCK_SYSCALL 2009-06-22 18:28:48 +02:00
website Add new documentation (using asciidoc!) 2009-06-30 13:27:25 +02:00
.gitignore update gitignore to work with waf files 2009-04-16 13:20:22 +02:00
LICENSE Add scons to LICENSE 2009-06-22 14:15:10 +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 Add new documentation (using asciidoc!) 2009-06-30 13:27:25 +02:00
wscript Add -m32 flags for compiling on 64bit machines. 2009-06-29 21:17:06 +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