|
|
|
|
|
by embedding-shape
146 days ago
|
|
Just a clarifying question to understand if I understand librdx correctly, it seems you've implemented a language explicitly for being easy to be used as CRDTs for syncing purposes (with specific types/structures for communicating just changes too?), rather than taking an existing language and then layering that stuff on top? |
|
RDX is more like CRDT JSON DOM in fact, not just JSON+. If that makes sense.