Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goodow/realtime-store
Google Docs–style instant collaboration
https://github.com/goodow/realtime-store
Last synced: 1 day ago
JSON representation
Google Docs–style instant collaboration
- Host: GitHub
- URL: https://github.com/goodow/realtime-store
- Owner: goodow
- Created: 2013-05-06T08:36:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T07:18:10.000Z (over 9 years ago)
- Last Synced: 2024-08-03T11:02:20.678Z (3 months ago)
- Language: Java
- Homepage: http://realtimeplayground.goodow.com/
- Size: 1.27 MB
- Stars: 265
- Watchers: 37
- Forks: 59
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
realtime-store [![Build Status](https://travis-ci.org/goodow/realtime-store.svg?branch=master)](https://travis-ci.org/goodow/realtime-store)
==============Google Docs–style collaboration via the use of operational transforms
**See [Wiki](https://github.com/goodow/realtime-store/wiki) for more information.**
**Visit [Google groups](https://groups.google.com/forum/#!forum/goodow-realtime) for discussions and announcements**
**Check out the [playground live instance](http://realtimeplayground.goodow.com/).**
Credits:
[LIVE DB](https://github.com/share/livedb) for implementation and documents of database api.
## Build from source and launch server
### Pre-requisites
- [JDK 8+](https://jdk8.java.net/download.html)
- [Apache Maven](http://maven.apache.org/download.html)
- [Git](https://help.github.com/articles/set-up-git)### Check out sources and run the server with Maven
```bash
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-androidTry out Goodow Realtime Store API Playground on the Android Market:
[![Google Play](http://developer.android.com/images/brand/en_generic_rgb_wo_45.png)](https://play.google.com/store/apps/details?id=com.goodow.realtime.android.playground)
### For iOS and Mac OS X: GDStore
See: https://github.com/goodow/GDStore### For javascript: realtime.store
See: https://github.com/goodow/bower-realtime-storeYou can try out the Goodow Realtime Store API Playground on its [live instance](http://realtimeplayground.goodow.com).