Replies: 1 comment
-
Hey @NO-MAP, I like the idea, but I feel like this borders on something that we already have as a separate project in the Eclipse Theia project, namely the theia-cloud subproject. In the end, Theia is a framework for building IDEs, not a framework to manage online workspaces. This is specifically out of scope for this project. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I've observed that Theia employs a completely decoupled development model between its frontend and backend, communicating via socket.io.
This leads me to wonder: Could the following remote connectivity approach be implemented?
host-machine-a:3000
, they are presented with an option to connect to the backend running on Host Machine B.Is this feasible?
Beta Was this translation helpful? Give feedback.
All reactions