Hacker News new | ask | show | jobs
by billconan 2355 days ago
this is a wonderful writeup! thank you!

I'm researching the same thing.

Any tutorial on OT implementation? Especially, I need to handle structured data, like json.

3 comments

This article popped up on HN recently and is a great intro to CRDT implementation. It says OT is much more difficult.

http://archagon.net/blog/2018/03/24/data-laced-with-history/

That's included in my research links, yes :D
Here is a 4+ hour class recording on the topic. I started going through it and it has helped me understand ot better.

https://youtu.be/xovq8MXVsZM

The second post will cover which editor model we chose, and talk a little bit about the OT implementation details ;)
Looking forward to it! Thanks again!