Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Syncing models in localStorage and remotely in ember.js?

Tags:

ember.js

We're currently trying to decide between Backbone, Ember, and Angular for an upcoming project. One thing we'd really like to have for this app is the ability for the app to be able to save information to localStorage while offline and sync with the server when it can connect again. We found something that will allow us to this in Backbone (https://github.com/lucian1900/Backbone.dualStorage). Is this something that has been done in Ember?

like image 337
Matthew Gifford Avatar asked Nov 12 '22 10:11

Matthew Gifford


1 Answers

I think the ember-data-sync project does exactly what is asked, but it seems to be dead and it's not updated to work with the latest Ember version. :(

like image 150
Magge Avatar answered Dec 27 '22 00:12

Magge