What's the best JavaScript solution for offline, data persistence, and server sync?
I'm considering:
- Firebase Firestore
- AWS AppSync
- PouchDB
- Oracle's offline-persistence-toolkit
- NeDB
What other options are there?
I'm considering:
What other options are there?