Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <ry@tinyclouds.org>2009-06-05 14:27:09 +0400
committerRyan <ry@tinyclouds.org>2009-06-05 14:27:09 +0400
commitbee7ef90bda9473b4e95072296806a198b1c8964 (patch)
treecd7537d5f096eaec64c03354d2eda26925b9193c /website
parent9e6603476aa262bf92dd723cf8a224d76ca2db99 (diff)
Add link to chat room demo
Diffstat (limited to 'website')
-rw-r--r--website/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/website/index.html b/website/index.html
index b9fde3a7dfd..abdc55f64bf 100644
--- a/website/index.html
+++ b/website/index.html
@@ -170,5 +170,11 @@ make test
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.
+</p>
+
</body>
</html>