Start of tutorial

This commit is contained in:
Ian Gulliver
2014-05-22 11:34:33 -07:00
parent f8105f5d9f
commit 11010fdcd4
2 changed files with 10 additions and 6 deletions

View File

@@ -25,18 +25,24 @@
</header>
<section>
<h1>
<a name="cosmopolite" class="anchor" href="#cosmopolite"><span class="octicon octicon-link"></span></a>cosmopolite</h1>
<a name="cosmopolite" class="anchor" href="#cosmopolite"><span class="octicon octicon-link"></span></a>Cosmopolite</h1>
<p>Client/server publish/subscribe and key/value storage for <a href="https://developers.google.com/appengine/">AppEngine</a>.</p>
<h3>Components:</h3>
<h3>Dig in</h3>
<ul>
<li style="font-weight: bold;">Read <a href="tutorial.html">the tutorial</a></li>
</ul>
<h3>Components</h3>
<ul>
<li>A server API built on the <a href="https://developers.google.com/appengine/docs/python/">AppEngine Python framework</a>.</li>
<li>A browser client library written in JavaScript.</li>
</ul>
<h3>Feature overview:</h3>
<h3>Feature overview</h3>
<ul>
<li>Near-realtime notification to subscribers of messages published to a "subject"</li>