Concurent multi-user editing? #5774
phifuh
started this conversation in
Ideas / Feature Requests
Replies: 2 comments 4 replies
-
|
I would love to see collaborative editing in NiceGUI. There are several JS libraries which could be utilized. Quit some time ago, I had a closer look at https://codemirror.net/examples/collab/ but never found the time to integrate it. See #2913 (comment) or #2913 (comment). |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I found a way to enhance our codemirror.js in such a way that collaborative editing basically works out of the box. PR incoming. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am curious to know if u guys think nicegui would be a good choice for collaborative/concurent multi-user editing?
We have an upcoming project and my idea was to research if it would be possible to implement with a simple kubernetes cluster, mongodb, nicegui/fastapi.
The platform needs to support:
The biggest unknown for me is how to handle multiple users typing in the same "document" simultaneously. Specifically:
Any experience, examples, or even "don't do it" warnings are appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions