genkgo / ember-localforage-adapter

Offline usage for Ember Data, based on localstorage adapter, but now uses Mozilla's localforage as data source
Other
133 stars 26 forks source link

Caching remote data #62

Closed borisrorsvort closed 8 years ago

borisrorsvort commented 8 years ago

Hi, would there be a way to use this addon to cache remote data from an api. There was this project but its doesnt seems very much maintained: https://github.com/api-hogs/ember-data-offline

frederikbosch commented 8 years ago

@borisrorsvort I that case I think I'd go for service workers. Maybe this package is interesting.