fthomas / crjdt

A conflict-free replicated JSON datatype (CRDT) in Scala
https://fthomas.github.io/crjdt/
Apache License 2.0
296 stars 18 forks source link

Other JSON CRDT implementations #13

Closed vega113 closed 7 years ago

vega113 commented 7 years ago

You can add ShareJS - https://github.com/josephg/ShareJS

fthomas commented 7 years ago

As I understand ShareJS, it is based on operational transformation and does not implements the algorithm described in https://arxiv.org/abs/1608.03960, right? I'd like to limit the list of other implementations to ones that implement the ideas from that paper so that people can compare the different design choices of the same algorithm.