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 12bb0d46ce bump version 16 years ago
benchmark API: rename node.Process to node.ChildProcess 16 years ago
deps Upgrade v8 to 1.3.10 16 years ago
doc bump version 16 years ago
src Add '--' to seperate v8 args from program args 16 years ago
test/mjsunit Add isDirectory(), isFile(), isSocket(), ... methods to stats object. 16 years ago
tools Update test script to use new debug build's name: node_g 16 years ago
.gitignore Just add the gernerated doc files. Make life easier. 16 years ago
ChangeLog bump version 16 years ago
LICENSE Add DNS API. 16 years ago
README Add note to README about wiki page 16 years ago
configure Revert "Add xsl files to doc directory so people can build docs easily" 16 years ago
node-repl Add node-repl 16 years ago
wscript bump version 16 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