Skip to content

Commit

Permalink
Clean up website a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Sep 24, 2009
1 parent ffded5a commit cfffa0b
Showing 1 changed file with 4 additions and 26 deletions.
30 changes: 4 additions & 26 deletions doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<body onload="sh_highlightDocument();">
<div id="toc">
<ol>
<li><a href="#audience">Audience</a></li>
<li><a href="#about">About</a></li>
<li><a href="#download">Download</a></li>
<li><a href="#build">Build</a></li>
Expand Down Expand Up @@ -65,15 +64,6 @@ <h1><a href="http://tinyclouds.org/node">Node</a></h1>
examples.
</p>

<h2 id="audience">Audience</h2>

<p>This project is for those interested in</p>
<ul>
<li>server-side javascript</li>
<li>developing evented servers</li>
<li>developing new web frameworks</li>
</ul>

<h2 id="about">About</h2>

<p>
Expand Down Expand Up @@ -204,22 +194,10 @@ <h2 id="community">Community</h2>
For real-time discussion, check irc.freenode.net #node.js.
</p>

<p> Here are some projects/libraries which are using/for Node.js</p>
<ul>
<li><a href="http://github.com/fictorial/redis-node-client/tree/master">redis-node-client</a>, <a href="http://github.com/fictorial/node-json-rpc/tree/master">node-json-rpc</a> , <a href="http://github.com/fictorial/node-sandbox/tree/master">node-sandbox</a> &#8212; by Brian Hammond / Fictorial</li>
<li><a href="http://www.nonblocking.io/2009/06/scalable-pubsub-with-nodejs.html">pubsub</a> &#8212; by Malte Ubl</li>
<li><a href="http://github.com/ujh/frisbee/tree/master">frisbee</a> &#8212; A clone of the Disqus blog commenting system, by Urban Hafner</li>
<li><a href="http://github.com/blackdog66/hxV8/tree/master">hxV8</a> &#8212; the haXe &rarr; javascript compiler with modifications to use node I/O. by blackdog66</li>
<li><a href="http://github.com/ry/node_chat">node_chat</a> by ry (live demo at <a href="http://chat.tinyclouds.org">chat.tinyclouds.org</a>)</li>
<li><a href="http://github.com/sixtus/node-couch/tree/master">node-couch</a> &#8212; a CouchDB connector</li>
<li><a href="http://github.com/visionmedia/express/tree/master">express</a> &#8212; a Sinatra clone</li>
<li><a href="http://github.com/waveto/node-tyrant/tree/master">node-tyrant</a> &#8212; An implementation of the Tokyo Tyrant network protocol for the Node.js</li>
<li><a href="http://github.com/ujh/coltrane/tree/master">coltrane</a> &#8212; A try at a higher level library/framework for node.js web development</li>
<li><a href="http://github.com/raycmorgan/vroom/tree/master">vroom</a> &#8212; A simple resource oriented web framework built on top of Node.js</li>
<li><a href="http://github.com/creationix/postgres-js/tree/master">postgres-js</a> &#8212; Postgres protocol implemented in JS</li>
<li><a href="http://github.com/jfd/optparse-js/tree/master">optparse-js</a> &#8212; Option Parser in JS</li>
<li><a href="http://github.com/ry/node_postgres">node_postgres</a> &#8212; C binding to libpg (postgres)</li>
</ul>
<p>
<a href="http://wiki.github.com/ry/node">Projects/libraries which are using/for Node.js</a>
</p>

<h2 id="benchmarks">Benchmarks</h2>
<p>
2009.09.06 <a href="http://four.livejournal.com/1019177.html">narwhal, node, v8cgi, thin/eventmachine</a>
Expand Down

0 comments on commit cfffa0b

Please sign in to comment.