jorendorff / peeredit

A toy collaborative text editor to illustrate CRDTs.
24 stars 1 forks source link

Rewrite #1

Open maca opened 7 years ago

maca commented 7 years ago

Hi,

Based on peeredit I made some rewrite and it's working apparently well, peers can paste "big" chunks of text and selection is consistent after contents have been updated from remote edits. I am using this implementation in production.

https://github.com/maca/ace-crdt

Thank you very much for peeredit! It really helped me understand CRDTs.