Node.js JavaScript runtime 🐢🚀
 
 
 
 
 
 
Go to file
Ryan b590a45849 Return the EventEmitter from addListener for chaining.
http://groups.google.com/group/nodejs/browse_thread/thread/13708eacedb40b36
2009-08-19 13:29:22 +02:00
benchmark
deps Upgrade libev to 3.8 2009-08-13 15:07:37 +02:00
src Return the EventEmitter from addListener for chaining. 2009-08-19 13:29:22 +02:00
test/mjsunit API: tcp.Connection "disconnect" event renamed to "close". 2009-08-14 12:51:46 +02:00
tools
website API: tcp.Connection "disconnect" event renamed to "close". 2009-08-14 12:51:46 +02:00
.gitignore
ChangeLog bump version 2009-08-13 15:52:55 +02:00
LICENSE
README
TODO
configure
wscript

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