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 e2b7902469 Don't use parseUri for HTTP server 15 years ago
benchmark API: Move node.exit() to process.exit(). 15 years ago
bin Add node-waf to help with building addons. 15 years ago
deps Add Makefiles which were forgotten. 15 years ago
doc Don't use parseUri for HTTP server 15 years ago
lib Don't use parseUri for HTTP server 15 years ago
src Don't use parseUri for HTTP server 15 years ago
test/mjsunit Bugfix: require() and include() should work in callbacks. 15 years ago
tools Modify node_addon configure api 15 years ago
.gitignore Improve "make dist" remove generated doc from repo. 15 years ago
ChangeLog bump version 15 years ago
LICENSE http.js license reference 15 years ago
Makefile Improve "make dist" remove generated doc from repo. 15 years ago
README Add note to README about wiki page 16 years ago
configure Don't unnecessarily output the makefile from the configure script. 15 years ago
wscript Improve "make dist" remove generated doc from repo. 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