Skip to content

Commit

Permalink
Add SocketStream to readme and site
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 16, 2012
1 parent 395c1b2 commit b48b22f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
13 changes: 9 additions & 4 deletions index.html
Expand Up @@ -111,9 +111,9 @@ <h2>Getting Started</h2>
</ol>
</p>
</div>



<hr>

<div class="row">
Expand Down Expand Up @@ -183,6 +183,11 @@ <h2>Labs Apps</h2>
<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>
Expand Down Expand Up @@ -237,7 +242,7 @@ <h2>Labs Apps</h2>
</div>
</div>
</div>



<hr>
Expand Down
1 change: 1 addition & 0 deletions readme.md
Expand Up @@ -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)
Expand Down

0 comments on commit b48b22f

Please sign in to comment.