mirror of https://github.com/nodejs/node.git
f6a7fe2657
onExit() is similar to the onLoad() callback. onExit() is called on each module just before the process exits. This can be used to check state in unit tests, but not to perform I/O. The process will forcibly exit as soon as all of the onExit callbacks are made. |
||
---|---|---|
deps | ||
src | ||
test | ||
website | ||
.gitignore | ||
LICENSE | ||
README | ||
configure | ||
js2c.py | ||
jsmin.py | ||
test-http_simple.js | ||
test_client.js | ||
waf | ||
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. To build ./configure make make install