Multi-user editing add-on questions #1038
Unanswered
Brackets-Coder
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I highly doubt TurboWarp would add Live Collaboration, but I personally have a proposal for you. Is there any way I can contact you outside of this? It's in relation to a TurboWarp mod I personally started. |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello all,
With the increasing capabilities of the Turbowarp Editor I'd like to consider developing a multi-user live editing add-on for
scratch-gui
.I had some concerns about the logistics and feasibility of such an add-on that I was wanting to address before I started such a large project.
Here's the plan:
The add-on would operate on a localhost web socket server on the host machine - It would rely on LAN for connections. While this limits the accessibility and the collaborative opportunities of such an add-on for some users, restricting only to LAN requires that people meet in person for live collaboration, much reducing the moderation/security problem that would've arisen otherwise. On top of this, users joining the host session are required to type a generated password that appears on the host machine (Similar to how connecting to a new AirPlay TV works on some Apple Devices). Live editing would save to the host .sb3 file and optionally (if those joining wish) as a copy .sb3 to the joining machines. Cursors would be displayed in the GUI with a chosen username.
I have attempted to logically reduce the amount of problems the development of such an add-on could create, mainly with moderation and security, but since I don't know the depths of TW like the back of my hand I have a few questions to clarify.
With that said, I have a few questions:
Beta Was this translation helpful? Give feedback.
All reactions