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.
The server runs on vert.x, and uses a memory store by default, but also provides a persistent data store based on ElasticSearch and uses Redis to scale across multiple frontend servers. The redis+elasticsearch code is ported from
livedb, really appreciate Joseph Gentle and the ShareJS community, thanks!