forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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,18 +204,25 @@ <h2 id="build">Build</h2> | |
<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> | ||
For help and discussion subscribe to the mailing list at | ||
<a href="http://groups.google.com/group/nodejs">http://groups.google.com/group/nodejs</a> | ||
or send an email to <a href="mailto:[email protected]">[email protected]</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> | ||
|