~yolanda.robla/ubuntu/trusty/nodejs/add_distribution

« back to all changes in this revision

Viewing changes to doc/api/api/appendix_1.html

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-08-14 00:16:46 UTC
  • mfrom: (7.1.40 sid)
  • Revision ID: package-import@ubuntu.com-20130814001646-bzlysfh8sd6mukbo
Tags: 0.10.15~dfsg1-4
* Update 2005 patch, adding a handful of tests that can fail on
  slow platforms.
* Add 1004 patch to fix test failures when writing NaN to buffer
  on mipsel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!doctype html>
2
 
<html lang="en">
3
 
<head>
4
 
  <meta charset="utf-8">
5
 
  <title>Appendix 1 - Third Party Modules Node.js v0.6.18 Manual &amp; Documentation</title>
6
 
  <link rel="stylesheet" href="assets/style.css">
7
 
  <link rel="stylesheet" href="assets/sh.css">
8
 
  <link rel="canonical" href="http://nodejs.org/api/appendix_1.html">
9
 
</head>
10
 
<body class="alt apidoc" id="api-section-appendix_1">
11
 
    <div id="intro" class="interior">
12
 
        <a href="/" title="Go back to the home page">
13
 
            <img id="logo" src="http://nodejs.org/images/logo-light.png" alt="node.js">
14
 
        </a>
15
 
    </div>
16
 
    <div id="content" class="clearfix">
17
 
        <div id="column2" class="interior">
18
 
            <ul>
19
 
                <li><a href="/" class="home">Home</a></li>
20
 
                <li><a href="/#download" class="download">Download</a></li>
21
 
                <li><a href="/about/" class="about">About</a></li>
22
 
                <li><a href="http://search.npmjs.org/" class="npm">npm Registry</a></li>
23
 
                <li><a href="http://nodejs.org/api/" class="docs current">Docs</a></li>
24
 
                <li><a href="http://blog.nodejs.org" class="blog">Blog</a></li>
25
 
                <li><a href="/community/" class="community">Community</a></li>
26
 
                <li><a href="/logos/" class="logos">Logos</a></li>
27
 
                <li><a href="http://jobs.nodejs.org/" class="jobs">Jobs</a></li>
28
 
            </ul>
29
 
            <p class="twitter"><a href="http://twitter.com/nodejs">@nodejs</a></p>
30
 
        </div>
31
 
 
32
 
        <div id="column1" class="interior">
33
 
          <header>
34
 
            <h1>Node.js v0.6.18 Manual &amp; Documentation</h1>
35
 
            <div id="gtoc">
36
 
              <p>
37
 
                <a href="index.html" name="toc">Index</a> |
38
 
                <a href="all.html">View on single page</a> |
39
 
                <a href="appendix_1.json">View as JSON</a>
40
 
              </p>
41
 
            </div>
42
 
            <hr>
43
 
          </header>
44
 
 
45
 
          <div id="toc">
46
 
            <h2>Table of Contents</h2>
47
 
            <ul>
48
 
<li><a href="#appendix_1_appendix_1_third_party_modules">Appendix 1 - Third Party Modules</a></li>
49
 
</ul>
50
 
 
51
 
          </div>
52
 
 
53
 
          <div id="apicontent">
54
 
            <h1>Appendix 1 - Third Party Modules<span><a class="mark" href="#appendix_1_appendix_1_third_party_modules" id="appendix_1_appendix_1_third_party_modules">#</a></span></h1>
55
 
<p>There are many third party modules for Node. At the time of writing, August
56
 
2010, the master repository of modules is
57
 
<a href="https://github.com/joyent/node/wiki/modules">the wiki page</a>.
58
 
 
59
 
</p>
60
 
<p>This appendix is intended as a SMALL guide to new-comers to help them
61
 
quickly find what are considered to be quality modules. It is not intended
62
 
to be a complete list.  There may be better more complete modules found
63
 
elsewhere.
64
 
 
65
 
</p>
66
 
<ul>
67
 
<li><p>Module Installer: <a href="https://github.com/isaacs/npm">npm</a></p>
68
 
</li>
69
 
<li><p>HTTP Middleware: <a href="https://github.com/senchalabs/connect">Connect</a></p>
70
 
</li>
71
 
<li><p>Web Framework: <a href="https://github.com/visionmedia/express">Express</a></p>
72
 
</li>
73
 
<li><p>Web Sockets: <a href="https://github.com/learnboost/socket.io">Socket.IO</a></p>
74
 
</li>
75
 
<li><p>HTML Parsing: <a href="https://github.com/aredridel/html5">HTML5</a></p>
76
 
</li>
77
 
<li><p><a href="https://github.com/agnat/node_mdns">mDNS/Zeroconf/Bonjour</a></p>
78
 
</li>
79
 
<li><p><a href="https://github.com/postwait/node-amqp">RabbitMQ, AMQP</a></p>
80
 
</li>
81
 
<li><p><a href="https://github.com/felixge/node-mysql">mysql</a></p>
82
 
</li>
83
 
<li><p>Serialization: <a href="https://github.com/pgriess/node-msgpack">msgpack</a></p>
84
 
</li>
85
 
<li><p>Scraping: <a href="https://github.com/silentrob/Apricot">Apricot</a></p>
86
 
</li>
87
 
<li><p>Debugger: <a href="https://github.com/smtlaissezfaire/ndb">ndb</a> is a CLI debugger
88
 
<a href="https://github.com/dannycoates/node-inspector">inspector</a> is a web based
89
 
tool.</p>
90
 
</li>
91
 
<li><p><a href="https://github.com/mranney/node_pcap">pcap binding</a></p>
92
 
</li>
93
 
<li><p><a href="https://github.com/mscdex/node-ncurses">ncurses</a></p>
94
 
</li>
95
 
<li><p>Testing/TDD/BDD: <a href="http://vowsjs.org/">vows</a>,
96
 
<a href="https://github.com/visionmedia/mocha">mocha</a>,
97
 
<a href="https://github.com/tmpvar/mjsunit.runner">mjsunit.runner</a></p>
98
 
</li>
99
 
</ul>
100
 
<p>Patches to this list are welcome.
101
 
</p>
102
 
 
103
 
          </div>
104
 
        </div>
105
 
    </div>
106
 
    <div id="footer">
107
 
        <ul class="clearfix">
108
 
            <li><a href="/">Node.js</a></li>
109
 
            <li><a href="/#download">Download</a></li>
110
 
            <li><a href="/about/">About</a></li>
111
 
            <li><a href="http://search.npmjs.org/">npm Registry</a></li>
112
 
            <li><a href="http://nodejs.org/api/">Docs</a></li>
113
 
            <li><a href="http://blog.nodejs.org">Blog</a></li>
114
 
            <li><a href="/community/">Community</a></li>
115
 
            <li><a href="/logos/">Logos</a></li>
116
 
            <li><a href="http://jobs.nodejs.org/">Jobs</a></li>
117
 
            <li><a href="http://twitter.com/nodejs" class="twitter">@nodejs</a></li>
118
 
        </ul>
119
 
 
120
 
        <p>Copyright <a href="http://joyent.com">Joyent, Inc</a>, Node.js is a <a href="/trademark-policy.pdf">trademark</a> of Joyent, Inc. View <a href="https://raw.github.com/joyent/node/v0.6.18/LICENSE">license</a>.</p>
121
 
    </div>
122
 
 
123
 
  <script src="../sh_main.js"></script>
124
 
  <script src="../sh_javascript.min.js"></script>
125
 
  <script>highlight(undefined, undefined, 'pre');</script>
126
 
  <script>
127
 
    var gaJsHost = (("https:" == document.location.protocol) ?
128
 
    "https://ssl." : "http://www.");
129
 
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
130
 
  </script>
131
 
  <script>
132
 
    try {
133
 
      var pageTracker = _gat._getTracker("UA-10874194-2");
134
 
      pageTracker._trackPageview();
135
 
      } catch(err) {}</script>
136
 
</body>
137
 
</html>
138