Y
Hacker News
new
|
ask
|
show
|
jobs
by
elchief
4615 days ago
Does it have any offline-storage capabilities?
1 comments
garbados
4615 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.
link
elchief
4615 days ago
Sweet.
link