feathersjs-ecosystem / feathers-localstorage

A client side service based on feathers-memory that persists to LocalStorage
MIT License
38 stars 15 forks source link

offline first mobile (advice) #86

Closed bilicio closed 5 years ago

bilicio commented 5 years ago

Hi @daffl !

Im using feathersjs in all my projects, thank you for this amazing framework 👍 . Im now looking for some solutions on mobile to keep database sync when offline devices become online. When you have time, can you advice me how to achieve this with feathers? is there any way to seamless make the calls on client and if it become offline it save local and when online the data syncs? I achieve this with gun but if i make a simple mistake on saving data the database can corrupt easely. I tryed with meteor too but i like too much feathers to change it to another backend soution.

Thank you!!

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Apologies if the issue could not be resolved. FeathersJS ecosystem modules are community maintained so there may be a chance that there isn't anybody available to address the issue at the moment. For other ways to get help see here.

laurensiusadi commented 4 years ago

Agree @bilicio I'm also interested to know more about this. There's this repo https://github.com/feathers-plus/feathers-offline-realtime Haven't tried it.