[google-appengine] MightyClient

2012-06-21 Thread Gregory Nicholas
This is awesome.. I like how you kept the code succinct and terse

-- 
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/-/GkD9-qMeFyYJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] MightyClient

2012-06-19 Thread Ivan
Check out a new open source project 
MightyClienthttps://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 demohttp://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 google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.