Ryan Dahl 2470d2ee92 allowHalfOpen disabled by default
Users too often would forget to add

  socket.on('end', function () {
    socket.end();
  });

Which is a mistake. Therefore we default to this behavior and
only optionally let people handle the 'end' case themselves.
2010-10-26 01:10:18 -07:00
2010-10-20 21:28:49 -07:00
2010-06-23 20:05:29 -07:00
2010-10-24 18:39:36 -07:00
2010-10-26 01:10:18 -07:00
2010-10-26 01:10:18 -07:00
2010-10-25 17:26:44 -07:00
2010-10-26 01:10:18 -07:00
2010-10-24 18:39:36 -07:00
2010-10-25 18:24:48 -07:00
2010-10-23 16:00:15 -07:00
2010-10-23 16:00:15 -07:00
2010-10-25 13:43:09 -07:00
2010-10-25 19:52:58 -07:00
2010-07-14 09:50:17 -07:00
2010-10-24 20:11:47 -07:00

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation:

  make doc
 
To read the documentation:

  man doc/node.1

See http://nodejs.org/ for more information. For help and discussion
subscribe to the mailing list by visiting
http://groups.google.com/group/nodejs or by sending an email to
nodejs+subscribe@googlegroups.com.
Description
No description provided
Readme 175 MiB