Comment on How I reverse-engineered Google Docs to play back keystrokes (2014)Comments−bdavisx11yGoogle Docs is using what's called EventSourcing, in case you aren't aware of that. It's one way to make collaborative editing possible (probably the easiest?).http://martinfowler.com/eaaDev/EventSourcing.html
Comments
Google Docs is using what's called EventSourcing, in case you aren't aware of that. It's one way to make collaborative editing possible (probably the easiest?).
http://martinfowler.com/eaaDev/EventSourcing.html