mirror of https://github.com/nodejs/node.git
53b3d6be35
In the case of stdin options.fd is 0, which is considered false, therefore fd gets set to null intead of 0. http://groups.google.com/group/nodejs/msg/80849f6aa0b0eaa0 |
||
---|---|---|
benchmark | ||
deps | ||
src | ||
test/mjsunit | ||
tools | ||
website | ||
.gitignore | ||
ChangeLog | ||
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