json-joy icon indicating copy to clipboard operation
json-joy copied to clipboard

JSON CRDT delta CRDT

Open streamich opened this issue 1 year ago • 0 comments

Add ability to store more metadata in CRDT, such that two documents can be merged without keeping track of all intermediate patches.

Essentially, keep operation IDs (possible other metadata) in all nodes, same as Y.js, so that patches can be generated from the document itself.

streamich avatar Aug 23 '22 19:08 streamich