Commit b48b22f5 authored by Sindre Sorhus's avatar Sindre Sorhus

Add SocketStream to readme and site

parent 395c1b2f
......@@ -111,9 +111,9 @@ had it been designed for web apps. A version with several performance optimizati
</ol>
</p>
</div>
<hr>
<div class="row">
......@@ -183,6 +183,11 @@ had it been designed for web apps. A version with several performance optimizati
<li>
<a href="labs/architecture-examples/batman/index.html" data-source="http://batmanjs.org/" data-content="Batman.js is a framework for building rich web applications with CoffeeScript or JavaScript. App code is concise and declarative, thanks to a powerful system of view bindings and observable properties. The API is designed with developer and designer happiness as its first priority.">Batman.js *</a>
</li>
<li>
<a href="labs/architecture-examples/socketstream/index.html" data-source="http://www.socketstream.org" data-content="SocketStream is a fast, modular Node.js web framework dedicated to building realtime single-page apps">SocketStream + jQuery</a>
</li>
<li>
<a href="labs/architecture-examples/olives/index.html" data-source="https://github.com/flams/olives" data-content="Olives is a JS MVC framework that helps you create realtime UIs. It includes a set of AMD/CommonJS modules that are easily extensive, a high level of abstraction to reduce boilerplate and is based on socket.io, to provide a powerful means to communicate with node.js.">Olives *</a>
</li>
......@@ -237,7 +242,7 @@ had it been designed for web apps. A version with several performance optimizati
</div>
</div>
</div>
<hr>
......
......@@ -46,6 +46,7 @@ We also have a number of in-progress applications in our [Labs](http://todomvc.c
- [JavaScriptMVC](http://javascriptmvc.com)
- [Google Web Toolkit](https://developers.google.com/web-toolkit/)
- [cujo.js](http://cujojs.github.com)
- [SocketStream](http://www.socketstream.org) + [jQuery](http://jquery.com)
- [Stapes.js](http://hay.github.com/stapes)
- [TroopJS](https://github.com/troopjs)
- [soma.js](http://somajs.github.com/somajs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment