I need to build a phonegap/cordova app which keeps a local copy of models which can be amended and then be synced remotely to the server?
So far I've found:
What's the best way for me to achieve this, and what software stack, with versions do I need to use in order to do so?
Or would it be advisable for me to use a different js framework for me to achieve this?
Thanks in advance.
https://github.com/kurko/ember-sync seems like the most active.
Discussions continue here: http://discuss.emberjs.com/t/ember-data-in-an-on-and-off-line-scenario/2639/31
There's suggestions that data-sync will make it into ember core at some point in the future.