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-09 13:30:27 +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 Enable debugging. 2009-10-09 13:26:23 +02:00
doc Do not use /bin/sh to create child processes. 2009-10-07 01:08:33 +02:00
lib Use /bin/sh from exec() 2009-10-08 01:30:26 +02:00
src Raise helpful error when include() is called. 2009-10-09 13:30:27 +02:00
test/mjsunit Normalize HTTP headers. 2009-10-07 16:56:19 +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 More updates to wscripts v8 building. 2009-10-09 12:59:42 +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