|
|
|
|
|
by kevinjahns
1620 days ago
|
|
What I dislike about these attempts is that you will just end up with yet another CRDT implementation that is incompatible with the existing ecosystem (editors, drawing apps, state management, ...). Instead, I want to encourage you to build an API that others can use to
efficiently store shared data. Feel free to ping me if you need input. - Kevin (Author of Yjs) |
|
Can you expand on what you mean by this?
> an API that others can use to efficiently store shared data
What would you expect this API look like in a bit more detail? Would it be able to abstract any of the underlying CRDT logic? Would it just be a raw stream of authenticated messages with partial ordering? Something in-between?