- Issue created by @pdureau
Because we are already storing the data state in server side only (browser side is stateless) and our State Maanger ahs already proved its robustness when we edit same data from multiple users, we will be able to activate real-time collaboration once those 2 issues are done:
Everytime an user is updating the data state, a SSE event is sent to other users editing the same display.
It would be nice to show in the toolbar the ID of other connected users.
We don't show the cursor of the other users on the screen like Figma is doing. Let's keep it simple and light, leveraging what HTML is providing and not much more.
Active
1.0
State Manager