A look at how Google Docs works. Google Docs lets two people edit the same paragraph at the same time without overwriting each other, and the architectural decision that makes that possible is Operational Transformation (OT), a server-side algorithm that takes concurrent edits from multiple users and serializes them into a single consistent document state…. Continue reading