Skip to content

Ask HN: Does anybody uses DBs like pouchdb or minimongo for offline-first apps?

2 pointsyatsykdiscuss
On HN

It’s very tempting to use such client-side database in web or mobile application and don’t bother with data replication between client and server. How do you protect your server from DOS-attacks? In case of pouchdb/couchdb sync it is impossible to limit the size of database or computing resources consumed by particular user. So any user could potentially make service completely unusable to everyone. Usually it’s recommended to use separate database for each user. How many databases your server setup could handle?

Are these databases actually used in medium or big public-facing apps?

Comments

No comments yet.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.