Hacker News new | ask | show | jobs
by elchief 4615 days ago
Does it have any offline-storage capabilities?
1 comments

Yep! It replicates your remote database to a local store (IndexedDB on the browser, LevelDB in Node.js), so that losing connection doesn't stop your app. When you regain connection, it continues replicating as normal.
Sweet.