Hacker News new | ask | show | jobs
by manigandham 2640 days ago
CRDTs allow multiple concurrent mutations to the same data. If it's just between a single client and server then there's no need for this. There are some databases that are now using it for replication though.