Node.js v0.7.12 Manual & Documentation
Table of Contents
Appendix 1 - Third Party Modules#
There are many third party modules for Node. At the time of writing, August 2010, the master repository of modules is the wiki page.
You can also find third party modules via npm search.
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 to be a complete list. There may be better more complete modules found elsewhere.
Module Installer: npm
HTTP Middleware: Connect
Web Framework: Express
Web Sockets: Socket.IO
HTML Parsing: HTML5
Serialization: msgpack
Scraping: Apricot
Debugger: ndb is a CLI debugger inspector is a web based tool.
Testing/TDD/BDD: vows, mocha, mjsunit.runner
Patches to this list are welcome.