Top "Operational-transform" questions

Operational transformation is the process of modifying incoming edits to a document or file from different people, such that the end result takes all edits into account, and everyone will be able to see the same document on their end.

Differences between OT and CRDT

Can someone explain me simply the main differences between Operational Transform and CRDT? As far as I understand, both are …

algorithm paxos operational-transform crdt nosql
How does Google Docs deal with editing collisions?

I've been toying around with writing my own Javascript editor, with functionality similar to Google Docs (allowing multiple people to …

algorithm google-docs editing operational-transform collaborative-editing