Check out a new open source project 
MightyClient<https://github.com/Basepoon/mightyclient> - 
a piece of optimistic concurrency goodness that makes developing a large 
class of real-time web apps easier than ever!

MightyClient is a set of modules that allow you to have on the client side 
a JSON-like data structure synchronized in real-time with the server. It is 
implemented with Closure Tools on the client, and for Python version of App 
Engine on the server.

You can optionally define a schema in your client code, of which any 
violations will be caught immediately during testing - this works wonders 
and saves you hours of debugging if you have a complex data structure.

Querying on the server is not supported - so no twitter for now. And of 
course using the modules requires Closure Compiler and Library.

The code base is well-documented and unit-tested, but this is an early 
release not yet fit for production. Your feedback is very welcome on the 
discussion 
list <https://groups.google.com/d/forum/mightyclient-discuss>.

Start by taking a look at the awesome demo<http://mightyclient.appspot.com/>
.

Cheers,
Ivan
Basepoon

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/pOb4IjXL_S4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to