Create gh-pages branch via GitHub

This commit is contained in:
Ian Gulliver
2014-05-22 10:41:40 -07:00
commit 903fe69762
7 changed files with 577 additions and 0 deletions

1
params.json Normal file
View File

@@ -0,0 +1 @@
{"name":"Cosmopolite","tagline":"Client/server publish/subscribe and key/value storage for AppEngine","body":"cosmopolite\r\n===========\r\n\r\nClient/server publish/subscribe and key/value storage for AppEngine.\r\n\r\nComponents:\r\n* A server API built on the AppEngine Python framework.\r\n* A browser client library written in JavaScript.\r\n\r\nFeature overview:\r\n* Near-realtime notification to subscribers of messages published to a \"subject\"\r\n* Server-side storage of past messages for replay later to clients\r\n* Support for associating a key with a message and for lookup of the most recent\r\n message for a given key\r\n* Client identification persistence via localStorage tokens or in combination\r\n with Google account signin\r\n* Complex messages supported via transparent JSON serialization\r\n* Server-side strict ordering of messages\r\n* Client-side message queueing in localStorage and resumption on restart\r\n* Message duplication detection and elimination\r\n* Promise support for notification of client -> server operation completion\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}