remoteStorage is a simple library that combines the localStorage API with a remote server to persist data across sessions, devices, and browsers. It works as a simple key value database store and back...
📁 Build your own fast, persistent KV store(Based on bitcask paper)