Possible use within a document editor #16
matthew-carroll
started this conversation in
General
Replies: 1 comment 3 replies
-
Sorry I missed your message back in August, I guess it got lost in the shuffle of vacation. Realtime multiplayer text editing is a complex topic that I haven't look into much myself. My understanding is that CRDTs can definitely be used for this, and I believe this package is flexible enough to accommodate it but it will only handle the node insertion and synchronization for you. A lot of effort still needs to be put into finding the right balance between tracking all input actions vs. letting the dataset grow to become too large to be useful. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to drop by and say hi. I'm investigating the use of CRDTs to power offline mode and multiplayer mode for Super Editor, which is a document editing toolkit for Flutter, which I lead: https://github.com/superlistapp/super_editor
I was wondering, do you have any guidance for working towards that goal? Our team is new to CRDTs - we've done a bit of reading and watched some presentations about the concept, but we're still very new.
Also, please let me know if you'd like to help with such an integration.
Beta Was this translation helpful? Give feedback.
All reactions