An Open Source implementation of Google Drive Realtime API
25 views
Skip to first unread message
田传武
unread,
Jul 17, 2014, 10:00:14 AM7/17/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gdg-...@googlegroups.com
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 byJ2ObjC.