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 459d644a5a Don't delete timer object on clearTimeout. 15 years ago
benchmark Move http library to /http.js 15 years ago
bin Extract the good parts of node-repl into standalone library. 15 years ago
deps Fixes for libeio wscript on Debian. 15 years ago
doc Move tcp library to /tcp.js 15 years ago
lib Move tcp library to /tcp.js 15 years ago
src Don't delete timer object on clearTimeout. 15 years ago
test/mjsunit Move tcp library to /tcp.js 15 years ago
tools Update test script to use new debug build's name: node_g 16 years ago
.gitignore Remove api.xml from gitignore 15 years ago
ChangeLog bump version 15 years ago
LICENSE http.js license reference 15 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
wscript Move http library to /http.js 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