Hacker News new | ask | show | jobs
by phedkvist 1694 days ago
Hi, I would like to share this collaborative editor I have created using the CRDT WOOT algorithm as described in the paper Data Consistency for P2P Collaborative Editing. You can try it here. (I added some visualisation of what happens in the algorithm, which is the array of value above.

https://crdt-woot.herokuapp.com/

It's more of a proof of concept, which would need some more improvements in order to be production ready.