File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ knowledge of several libraries:
1212 descriptor to become readable, wait for a timer, or wait for a signal to
1313 received one will need to interface with libev. That is, if you perform
1414 any I/O, libev will need to be used. Node uses the ` EV_DEFAULT ` event
15- loop. Documentation can be found http:/cvs.schmorp.de/libev/ev.html[ here ] .
15+ loop. Documentation can be found [ here ] ( http:// cvs.schmorp.de/libev/ev.html ) .
1616
1717 - libeio, C thread pool library. Used to execute blocking POSIX system
1818 calls asynchronously. Mostly wrappers already exist for such calls, in
@@ -69,7 +69,7 @@ like this:
6969Running ` node-waf configure build ` will create a file
7070` build/default/hello.node ` which is our Addon.
7171
72- ` node-waf ` is just [ WAF] ( http://code.google.com/p/waf/ ) , the python-based build system. ` node-waf ` is
72+ ` node-waf ` is just [ WAF] ( http://code.google.com/p/waf ) , the python-based build system. ` node-waf ` is
7373provided for the ease of users.
7474
7575All Node addons must export a function called ` init ` with this signature:
Original file line number Diff line number Diff line change 22
33There are many third party modules for Node. At the time of writing, August
442010, the master repository of modules is
5- http://github.com/ry/node/wiki/modules[the wiki page ] .
5+ [ the wiki page ] ( http://github.com/ry/node/wiki/modules ) .
66
77This appendix is intended as a SMALL guide to new-comers to help them
88quickly find what are considered to be quality modules. It is not intended
You can’t perform that action at this time.
0 commit comments