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 78bb53b009 Set module.loaded=true for dll modules. 15 years ago
benchmark API: rename node.Process to node.ChildProcess 15 years ago
deps Upgrade evcom; Add setTimeout method to node.tcp.Connection 15 years ago
src Set module.loaded=true for dll modules. 15 years ago
test/mjsunit Stack traces for mjsunit errors, better error reporting function. 15 years ago
tools Update test script to use new debug build's name: node_g 15 years ago
website Feature: add node.cwd() to access the current working directory. 15 years ago
.gitignore Add node node_g to gitignore. 15 years ago
ChangeLog bump version 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 Revert static library build. 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