Monday, July 14, 2014

An Open Source implementation of Google Drive Realtime API

Hi all,

I'd like to share an open-source project which implements nearly all features of the google drive realtime api. Google Drive Realtime API provides Google Docs–style instant collaboration. It lets multiple people edit the same data simultaneously.

This project was inspired by Google Wave, the server runs on vert.x. Just like Google Drive Realtime API, the javascript client library is generated by GWT, and the Objective-C client library is generated by J2ObjC.
It is available on github at https://github.com/goodow/realtime-store

You can try out the features of the API on the live playground, or get the Android demo App on google play.
There is also an Objective-C client library for iOS and Mac OS X, but it is not yet fully tested, so please use at your own risk!


Enjoy!

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment