Hacker News new | ask | show | jobs
by Rapzid 1130 days ago
Most people wanting to use CRDTs though want to use them in scenarios where a central authority is desirable for all sorts of other reasons.
1 comments

Oh, absolutely. And OT based approaches work great here. CRDTs have the advantage that multi-server deployments are also easy, and modern CRDTs are increasingly faster and better optimized than most OT systems (certainly the ones I've worked on). But OT is a great approach.