mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Clean up website a bit.
This commit is contained in:
@@ -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>
|
||||
@@ -65,15 +64,6 @@ Server running at http://127.0.0.1:8000/</pre>
|
||||
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>
|
||||
@@ -204,22 +194,10 @@ make install</pre>
|
||||
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> — by Brian Hammond / Fictorial</li>
|
||||
<li><a href="http://www.nonblocking.io/2009/06/scalable-pubsub-with-nodejs.html">pubsub</a> — by Malte Ubl</li>
|
||||
<li><a href="http://github.com/ujh/frisbee/tree/master">frisbee</a> — A clone of the Disqus blog commenting system, by Urban Hafner</li>
|
||||
<li><a href="http://github.com/blackdog66/hxV8/tree/master">hxV8</a> — the haXe → 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> — a CouchDB connector</li>
|
||||
<li><a href="http://github.com/visionmedia/express/tree/master">express</a> — a Sinatra clone</li>
|
||||
<li><a href="http://github.com/waveto/node-tyrant/tree/master">node-tyrant</a> — 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> — 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> — 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> — Postgres protocol implemented in JS</li>
|
||||
<li><a href="http://github.com/jfd/optparse-js/tree/master">optparse-js</a> — Option Parser in JS</li>
|
||||
<li><a href="http://github.com/ry/node_postgres">node_postgres</a> — 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>
|
||||
|
||||
Reference in New Issue
Block a user