You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to make an offline-first application, let's say a notes app, which stores notes locally. It would eventually would have a serverside storage component for synching and use across devices. Would ShareJS be ideal for managing all the indefinite client-side storage? I've also been looking at the localStorage API, and am not sure what would best meet my needs. Thanks
The text was updated successfully, but these errors were encountered:
There's also couchdb which does versioned updates and has mobile libraries.
You can keep your db in sync when coming online but allowing multiple
writers requires OT, to be reconciled after sync time.
I would like to make an offline-first application, let's say a notes app, which stores notes locally. It would eventually would have a serverside storage component for synching and use across devices. Would ShareJS be ideal for managing all the indefinite client-side storage? I've also been looking at the localStorage API, and am not sure what would best meet my needs. Thanks
The text was updated successfully, but these errors were encountered: