You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ryan Dahl 59b7a1bf26 More updates to wscripts v8 building. 15 years ago
benchmark Update benchmarks with new createChildProcess API 15 years ago
bin Remove include() add node.mixin() 15 years ago
deps Upgrade v8 to 1.3.15 15 years ago
doc Do not use /bin/sh to create child processes. 15 years ago
lib Use /bin/sh from exec() 15 years ago
src Improve build for V8 15 years ago
test/mjsunit Normalize HTTP headers. 15 years ago
tools Fix build. 15 years ago
.gitignore Improve "make dist" remove generated doc from repo. 15 years ago
ChangeLog bump version 15 years ago
LICENSE Fix build. 15 years ago
Makefile Fix build. 15 years ago
README Add note to README about wiki page 15 years ago
configure Don't unnecessarily output the makefile from the configure script. 15 years ago
wscript More updates to wscripts v8 building. 15 years ago

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.

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

To build
./configure
make
make install