GitHub - FrigadeHQ/remote-storage: remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across browsers and devices.
ndexedDB is a database that is built into a browser, much more powerful than localStorage .
- Stores almost any kind of values by keys, multiple key types.
- Supports transactions for reliability.
- Supports key range queries, indexes.
- Can store much bigger volumes of data than localStorage
