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-30 13:27:25 +02:00
benchmark
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
website Add new documentation (using asciidoc!) 2009-06-30 13:27:25 +02:00
.gitignore
configure Add new documentation (using asciidoc!) 2009-06-30 13:27:25 +02:00
LICENSE
README
TODO
wscript Add -m32 flags for compiling on 64bit machines. 2009-06-29 21:17:06 +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