Ben Noordhuis 3a6314dbe1 net: fix net.Server.listen({fd:x}) error reporting
* don't assert when fd isn't an open file descriptor

* don't die with a ReferenceError when fd isn't a file descriptor
  you can listen() on

Fixes #3699.
2012-07-12 18:18:38 +02:00
2012-07-12 03:30:04 +02:00
2012-07-12 16:17:25 +02:00
2012-07-12 03:30:04 +02:00
2012-07-07 23:19:12 +02:00
2012-07-12 03:30:04 +02:00
2012-07-12 03:30:04 +02:00
2012-06-18 18:08:45 -07:00
2012-06-27 00:35:16 +02:00

Evented I/O for V8 javascript. Build Status

To build:

Unix/Macintosh (requires python 2.6 or 2.7):

./configure
make
make install

Windows:

vcbuild.bat

To run the tests:

Unix/Macintosh:

make test

Windows:

vcbuild.bat test

To build the documentation:

make doc

To read the documentation:

man doc/node.1

Resources for Newcomers

Description
No description provided
Readme 175 MiB