AmpersandJS / ampersand-sync

Provides sync behavior for updating data from ampersand models and collections to the server.
http://ampersandjs.com
MIT License
20 stars 28 forks source link

Offline support? #43

Closed meongx closed 9 years ago

meongx commented 9 years ago

In the introductory post Point 10, "Embrace offline-first mentality and ServiceWorker all the things as soon as we can"

I don't (yet) see any built-in offline capability in the source. Is it planned in the future or is it up to the app developer to actually do it?

lukekarrys commented 9 years ago

Hey @meongx, thanks for the question! I think at this point it would be up to the app developer to implement offline-first functionality in their app. There could definitely be something like ampersand-model-offline (if there isn't already somewhere on npm) which could handle offline capabilities and syncing those, but as of now there isn't anything like that in core.