Skip to content

goodow/realtime-store

Repository files navigation

realtime-store Build Status

Google Docs–style collaboration via the use of operational transforms

See Wiki for more information.

Visit Google groups for discussions and announcements

Check out the playground live instance.

Credits:

LIVE DB for implementation and documents of database api.

Build from source and launch server

Pre-requisites

Check out sources and run the server with Maven

git clone https://github.com/goodow/realtime-store.git
cd realtime-store
mvn clean package -DskipTests=true vertx:runMod

Configuration

https://github.com/goodow/realtime-store/blob/master/src/main/resources/store.conf

Clients

For java and android: realtime-android

See: https://github.com/goodow/realtime-android

Try out Goodow Realtime Store API Playground on the Android Market:

Google Play

For iOS and Mac OS X: GDStore

See: https://github.com/goodow/GDStore

For javascript: realtime.store

See: https://github.com/goodow/bower-realtime-store

You can try out the Goodow Realtime Store API Playground on its live instance.