Open pgte opened 6 years ago
Isn't there any JSON CRDT implementation in js that could be used instead?
There is Automerge, by one of the authors of the JSON-CRDT paper: https://github.com/automerge/automerge
BTW, who wants to take lead explaining the JSON CRDT? :) https://github.com/ipfs/research-CRDT/issues/35
I can take this forward. I've been digging deep into it to be able to implement it in golang https://github.com/gpestana/crdt-json
I'll keep the discussion in ipfs/research-CRDT#35
As described in https://arxiv.org/pdf/1608.03960.pdf.