|
@ -2,43 +2,43 @@ |
|
|
|
|
|
|
|
|
There are many third party modules for Node. At the time of writing, August |
|
|
There are many third party modules for Node. At the time of writing, August |
|
|
2010, the master repository of modules is |
|
|
2010, the master repository of modules is |
|
|
[the wiki page](http://github.com/joyent/node/wiki/modules). |
|
|
[the wiki page](https://github.com/joyent/node/wiki/modules). |
|
|
|
|
|
|
|
|
This appendix is intended as a SMALL guide to new-comers to help them |
|
|
This appendix is intended as a SMALL guide to new-comers to help them |
|
|
quickly find what are considered to be quality modules. It is not intended |
|
|
quickly find what are considered to be quality modules. It is not intended |
|
|
to be a complete list. There may be better more complete modules found |
|
|
to be a complete list. There may be better more complete modules found |
|
|
elsewhere. |
|
|
elsewhere. |
|
|
|
|
|
|
|
|
- Module Installer: [npm](http://github.com/isaacs/npm) |
|
|
- Module Installer: [npm](https://github.com/isaacs/npm) |
|
|
|
|
|
|
|
|
- HTTP Middleware: [Connect](http://github.com/senchalabs/connect) |
|
|
- HTTP Middleware: [Connect](https://github.com/senchalabs/connect) |
|
|
|
|
|
|
|
|
- Web Framework: [Express](http://github.com/visionmedia/express) |
|
|
- Web Framework: [Express](https://github.com/visionmedia/express) |
|
|
|
|
|
|
|
|
- Web Sockets: [Socket.IO](https://github.com/learnboost/socket.io) |
|
|
- Web Sockets: [Socket.IO](https://github.com/learnboost/socket.io) |
|
|
|
|
|
|
|
|
- HTML Parsing: [HTML5](http://github.com/aredridel/html5) |
|
|
- HTML Parsing: [HTML5](https://github.com/aredridel/html5) |
|
|
|
|
|
|
|
|
- [mDNS/Zeroconf/Bonjour](http://github.com/agnat/node_mdns) |
|
|
- [mDNS/Zeroconf/Bonjour](https://github.com/agnat/node_mdns) |
|
|
|
|
|
|
|
|
- [RabbitMQ, AMQP](https://github.com/postwait/node-amqp) |
|
|
- [RabbitMQ, AMQP](https://github.com/postwait/node-amqp) |
|
|
|
|
|
|
|
|
- [mysql](http://github.com/felixge/node-mysql) |
|
|
- [mysql](https://github.com/felixge/node-mysql) |
|
|
|
|
|
|
|
|
- Serialization: [msgpack](http://github.com/pgriess/node-msgpack) |
|
|
- Serialization: [msgpack](https://github.com/pgriess/node-msgpack) |
|
|
|
|
|
|
|
|
- Scraping: [Apricot](http://github.com/silentrob/Apricot) |
|
|
- Scraping: [Apricot](https://github.com/silentrob/Apricot) |
|
|
|
|
|
|
|
|
- Debugger: [ndb](http://github.com/smtlaissezfaire/ndb) is a CLI debugger |
|
|
- Debugger: [ndb](https://github.com/smtlaissezfaire/ndb) is a CLI debugger |
|
|
[inspector](http://github.com/dannycoates/node-inspector) is a web based |
|
|
[inspector](https://github.com/dannycoates/node-inspector) is a web based |
|
|
tool. |
|
|
tool. |
|
|
|
|
|
|
|
|
- [pcap binding](http://github.com/mranney/node_pcap) |
|
|
- [pcap binding](https://github.com/mranney/node_pcap) |
|
|
|
|
|
|
|
|
- [ncurses](http://github.com/mscdex/node-ncurses) |
|
|
- [ncurses](https://github.com/mscdex/node-ncurses) |
|
|
|
|
|
|
|
|
- Testing/TDD/BDD: [vows](http://vowsjs.org/), |
|
|
- Testing/TDD/BDD: [vows](http://vowsjs.org/), |
|
|
[expresso](http://github.com/visionmedia/expresso), |
|
|
[expresso](https://github.com/visionmedia/expresso), |
|
|
[mjsunit.runner](http://github.com/tmpvar/mjsunit.runner) |
|
|
[mjsunit.runner](https://github.com/tmpvar/mjsunit.runner) |
|
|
|
|
|
|
|
|
Patches to this list are welcome. |
|
|
Patches to this list are welcome. |
|
|