Start of tutorial
This commit is contained in:
12
index.html
12
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user