Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backend Rewrite] Investigate possibilities for rewriting collaborative editing #217

Open
RobbinBaauw opened this issue Dec 21, 2019 · 2 comments
Assignees

Comments

@RobbinBaauw
Copy link
Member

This issue cannot yet be subdivided as we need to figure out how to move on. A few possibilities

  • Switch to the TipTap editor (https://github.com/scrumpy/tiptap), see New editor #190. This uses ProseMirror, which provides collaborative editing (https://prosemirror.net/docs/guide/#collab). I think this is the best option provided we figure out how to write the backend in Rust.
  • Create an editor from scratch using Rust & WASM, we could use https://github.com/tcr/edit-text as a baseline. Note that this would require quite some client work.
  • Look at Rust implementations of CRDTs and figure out how we can use those with a frontend editor
  • Completely discard the Rust rewrite and rewrite the backend for this in another language, for example Go or TypeScript

Let's discuss in the comments :)

@NULLx76
Copy link
Member

NULLx76 commented Jan 4, 2020

Completely discard the Rust rewrite and rewrite the backend for this in another language, for example Go or TypeScript.

The backend language shouldn't matter that much besides some library availability I would imagine.

@RobbinBaauw
Copy link
Member Author

Yes, if there are amazing libraries on other platforms we should consider those as well imo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants