Hacker News new | ask | show | jobs
by garbados 4617 days ago
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.
1 comments

Sweet.