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 abaab2ce9b Add -m32 gcc flag to udns build. 15 years ago
benchmark Add benchmark scripts. 15 years ago
deps Add -m32 gcc flag to udns build. 15 years ago
src Remove extra ev_timer_stop() in src/dns.cc 15 years ago
test/mjsunit Bugfix: node.encodeUtf8 was broken. (Connor Dunn) 15 years ago
tools Fix bug waf problem with HAVE_CLOCK_SYSCALL 16 years ago
website bump version 15 years ago
.gitignore Remove node.Process constructor from API 16 years ago
ChangeLog Add SHA1 hash values to ChangeLog and fix formating. 15 years ago
LICENSE Add DNS API. 15 years ago
README Add note to README about wiki page 15 years ago
TODO add bug to TODO 15 years ago
configure Fix 'make test-debug' 15 years ago
wscript Add node.version 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