0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
Cross-platform JavaScript runtime environment https://nodejs.org/
Go to file
2009-10-07 16:01:03 +02:00
benchmark Update benchmarks with new createChildProcess API 2009-10-07 10:24:50 +02:00
bin Remove include() add node.mixin() 2009-10-05 15:46:31 +02:00
deps Upgrade v8 to 1.3.14 2009-10-07 11:53:45 +02:00
doc Do not use /bin/sh to create child processes. 2009-10-07 01:08:33 +02:00
lib Multipart test now uses a fixture instead of CURL 2009-10-07 02:03:24 +02:00
src Fix --v8-options command line argument. 2009-10-07 16:01:03 +02:00
test/mjsunit Fix test-signal-handler.js on macintosh - pause before exit. 2009-10-07 15:39:39 +02:00
tools Fix build. 2009-10-07 15:02:42 +02:00
.gitignore Improve "make dist" remove generated doc from repo. 2009-10-03 22:48:33 +02:00
ChangeLog bump version 2009-09-30 23:21:25 +02:00
configure Don't unnecessarily output the makefile from the configure script. 2009-10-03 21:46:59 +02:00
LICENSE Fix build. 2009-10-07 15:02:42 +02:00
Makefile Fix build. 2009-10-07 15:02:42 +02:00
README Add note to README about wiki page 2009-07-24 15:14:59 +02:00
wscript Added signal handler. 2009-10-07 01:23:29 +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.

A list of projects using Node can be found at
http://wiki.github.com/ry/node

To build
./configure
make 
make install