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 6025da2153 Introduce 'process' object. Also is the global object. 15 years ago
benchmark Use flat object instead of array-of-arrays for HTTP headers. 15 years ago
deps Upgrade v8 to 1.3.7 15 years ago
src Introduce 'process' object. Also is the global object. 15 years ago
test/mjsunit Depreciate onLoad 15 years ago
tools Fix bug waf problem with HAVE_CLOCK_SYSCALL 16 years ago
website Synchronous module loading. 15 years ago
.gitignore Add node node_g to gitignore. 15 years ago
ChangeLog Add sha1 hashes to ChangeLog 15 years ago
LICENSE Add DNS API. 15 years ago
README Add note to README about wiki page 15 years ago
configure Restyle website/api.html. Now looks like the front page. 15 years ago
wscript Introduce node.stdio 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