About 50 results
Open links in new tab
  1. etherpad - Operational Transformation library? - Stack Overflow

    I'm looking for a library that would allow me to synchronize text in real-time between multiple users (ala Google Docs). I've stumbled upon Operational Transformation, which seems to fit my needs.

  2. algorithm - Differences between OT and CRDT - Stack Overflow

    Can someone explain me simply the main differences between Operational Transform and CRDT? As far as I understand, both are algorithms that permits data to converge without conflict on different n...

  3. javascript - Real time collaborative editing - how does it work ...

    Feb 23, 2011 · Operational Transformation (OT), Conflict-Free Replicated Data Types (CRDT), Differential Synchronization, and other related technologies are all approaches to achieving near-real …

  4. Newest 'operational-transform' Questions - Stack Overflow

    Feb 9, 2022 · Why do we need Operational Transformation for real-time collaboration? Having seen apps like Google Docs and libraries like ShareJS and EtherPad Lite, I am pretty excited about real …

  5. javascript - NestJS : transform responses - Stack Overflow

    May 20, 2019 · export class FoobarDto { @Transform((money: ExchangeableMoney) => money.localValues) public foobar: ExchangeableMoney; } What is the idiomatic way to achieve this …

  6. What implementation of Operational Transformation to use?

    Jan 6, 2014 · Personally i would recommend sharejs: Reasons: Active community thats helpful (in my estimation larger than that of opencoweb) The author (of sharejs) is now employed by a company …

  7. real time - Does operational transformation work on structured ...

    Apr 14, 2012 · Does operational transformation work on structured documents such as HTML if simply treated as plain text? Ask Question Asked 13 years, 10 months ago Modified 11 years, 4 months ago

  8. Integrating an operational transformation library with Meteor

    Mar 6, 2015 · When building apps with Meteor, its capabilities have really amazed me. However, to be able to drop in Etherpad-style collaborative editing bits into my app would really be a holy grail. While …

  9. architecture - How do you write a real-time webbased collaboration …

    Google Docs works via operational transformation. The basic idea of operational transformation is to transform (or adjust) the parameters of an editing operation according to the effects of previously …

  10. What kind of server for operational transform operations?

    Jan 30, 2012 · But for Operational Transformation technique there are some nice libs out there NodeJS: ShareJS (sharejs.org): supports all operations for JSON. RacerJS: synchronization model built on …