vanadium-archive / reader

Example app: PDF reader
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Simplify Syncbase interaction and bootstrapping #35

Open jxson opened 9 years ago

jxson commented 9 years ago

Currently there is a lot of duplicated code between the web and Android clients around lazily creating missing Syncbase hierarchy for both the "cloudsync" instance and the local syncbase instances for each client.

Is it possible to script the bootstrapping and startup process so it's all handled in a single place with only a few commands?