@@ -3289,41 +3289,40 @@ For the moment, that is all the documentation on addons. Please see
32893289## Appendix - Third Party Modules
32903290
32913291There are many third party modules for Node. At the time of writing, August
3292- 2010, the master repository of modules is the wiki page at
3293-
3294- http://github.com/ry/node/wiki/modules
3292+ 2010, the master repository of modules is
3293+ http://github.com/ry/node/wiki/modules[the wiki page] .
32953294
32963295This appendix is intended as a SMALL guide to new-comers to help them
32973296quickly find what are considered to be quality modules. It is not intended
32983297to be a complete list. There may be better more complete modules found
32993298elsewhere.
33003299
3301- Package System: NPM http://github.com/isaacs/npm
3300+ - Module Installer: [ NPM] ( http://github.com/isaacs/npm )
33023301
3303- HTML Parsing: HTML5 http://github.com/aredridel/html5
3302+ - HTTP Middleware: [ Connect ] ( http://github.com/senchalabs/connect )
33043303
3305- HTTP Middleware: Connect http://github.com/senchalabs/connect
3304+ - Web Framework: [ Express ] ( http://github.com/visionmedia/express )
33063305
3307- Web Framework: Express http://github.com/visionmedia/express
3306+ - Web Sockets: [ Socket.IO ] ( http://github.com/LearnBoost/Socket.IO-node )
33083307
3309- Web Sockets: Socket.IO http://github.com/LearnBoost/Socket.IO-node
3308+ - HTML Parsing: [ HTML5 ] ( http://github.com/aredridel/html5 )
33103309
3311- mDNS/Zeroconf/Bonjour: mDNS http://github.com/agnat/node_mdns
3310+ - [ mDNS/Zeroconf/Bonjour] ( http://github.com/agnat/node_mdns )
33123311
3313- RabbitMQ, AMQP: http://github.com/ry/node-amqp
3312+ - [ RabbitMQ, AMQP] ( http://github.com/ry/node-amqp )
33143313
3315- MySQL: http://github.com/felixge/node-mysql
3314+ - [ mysql ] ( http://github.com/felixge/node-mysql )
33163315
3317- Serialization: http://github.com/pgriess/node-msgpack
3316+ - Serialization: [ msgpack ] ( http://github.com/pgriess/node-msgpack )
33183317
3319- Scraping: http://github.com/silentrob/Apricot
3318+ - Scraping: [ Apricot ] ( http://github.com/silentrob/Apricot )
33203319
3321- Debugger: ndb http://github.com/smtlaissezfaire/ndb is a CLI debugger
3322- Node-Inspector http://github.com/dannycoates/node-inspector is a web based
3320+ - Debugger: [ ndb] ( http://github.com/smtlaissezfaire/ndb ) is a CLI debugger
3321+ [ inspector ] ( http://github.com/dannycoates/node-inspector ) is a web based
33233322 tool.
33243323
3325- pcap binding: http://github.com/mranney/node_pcap
3324+ - [ pcap binding] ( http://github.com/mranney/node_pcap )
33263325
3327- ncurses: http://github.com/mscdex/node-ncurses
3326+ - [ ncurses] ( http://github.com/mscdex/node-ncurses )
33283327
33293328Patches to this list are welcome.
0 commit comments