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 f4dfbe37a3 Upgrade libev to 3.7 15 years ago
benchmark Add benchmark scripts. 16 years ago
deps Upgrade libev to 3.7 15 years ago
src Attach connections on Macintosh too. 15 years ago
test/mjsunit Bugfix: Server-side clients not attached between creation and on_connect. 15 years ago
tools Fix bug waf problem with HAVE_CLOCK_SYSCALL 16 years ago
website Add 'close' event to tcp.Server 16 years ago
.gitignore Remove node.Process constructor from API 16 years ago
ChangeLog bump version 16 years ago
LICENSE Add scons to LICENSE 16 years ago
README Mentioning the google group in the README and documentation. 16 years ago
TODO add bug to TODO 16 years ago
configure Fix 'make test-debug' 15 years ago
wscript Move node.inherit, node.path, node.cat to new file: util.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.

To build
./configure
make
make install