This commit is contained in:
Ryan 2009-06-27 18:26:25 +02:00
Родитель 9615c93d2d
Коммит b77e603e04
1 изменённых файлов: 12 добавлений и 4 удалений

Просмотреть файл

@ -21,6 +21,7 @@
<li><a href="#about">About</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#build">Build</a></li>
<li><a href="#demo">Demo</a></li>
<li><a href="#community">Community</a></li>
<li><a href="api.html">Documentation</a></li>
</ol>
@ -203,6 +204,15 @@ make install</pre>
<p>To run the tests</p>
<pre class="sh_none">make test</pre>
<h2 id="demo">Demo</h2>
<p>
A chat room demo is running at <a
href="http://chat.tinyclouds.org">chat.tinyclouds.org</a>. The
source code for the chat room is at <a
href="http://github.com/ry/node_chat/tree/master">http://github.com/ry/node_chat</a>.
The chat room is not stable and might occasionally be down.
</p>
<h2 id="community">Community</h2>
<p>
@ -210,11 +220,9 @@ make install</pre>
<a href="http://groups.google.com/group/nodejs">http://groups.google.com/group/nodejs</a>
or send an email to <a href="mailto:nodejs+subscribe@googlegroups.com">nodejs+subscribe@googlegroups.com</a>.
</p>
<p>
A chat room demo is running at <a href="http://chat.tinyclouds.org">chat.tinyclouds.org</a>. The source
code for the chat room is at <a href="http://github.com/ry/node_chat/tree/master">http://github.com/ry/node_chat</a>.
The chat room is not stable and may be occasionally go down.
For real-time discussion, check irc.freenode.net #node.js.
</p>
</div>
</body>