Theia – One IDE for Desktop and Cloud
typefox.io
Theia – One IDE for Desktop and Cloud
1–10 of 61 posts
Re: Theia – One IDE for Desktop and Cloud
#2I don't see the motivation they had to build this other than they wanted support for YANG right? I'd want to see their motivation behind taking on such a big project
Re: Theia – One IDE for Desktop and Cloud
#3- Runs in a Browser for the purposes of editing files locally
or
- Runs in a Browser and we have a whole backend way of spinning up a VM/Docker/something for you to do things with as well (The new defunct https://www.nitrous.io/ did this so you could do things like remotely run pg, your Rails stack, etc.)
Both are good/bad for different reasons, mostly just curious.
Re: Theia – One IDE for Desktop and Cloud
#4I realize it's super early, and this look interesting, but I'm unable to figure out if "cloud" in this case means: - Runs in a Browser for the purposes of editing files locally or - Runs in a Browser and we have a whole backend way of spinning up a VM/Docker/something for you to do things with as well (The new defunct https://www.nitrous.io/ did this so you could do things like remotely run pg, your Rails stack, etc.…
"So you would build one application and run it in both contexts. Theia even supports a third mode, which is a native desktop app connecting to a remote workspace."
Which implies the browser version is connection to a remote workplace by default.
Re: Theia – One IDE for Desktop and Cloud
#5I realize it's super early, and this look interesting, but I'm unable to figure out if "cloud" in this case means: - Runs in a Browser for the purposes of editing files locally or - Runs in a Browser and we have a whole backend way of spinning up a VM/Docker/something for you to do things with as well (The new defunct https://www.nitrous.io/ did this so you could do things like remotely run pg, your Rails stack, etc.…
How you setup vms/docker or something is up to you however as long as the theia backend (nodejs) can run in it.
Re: Theia – One IDE for Desktop and Cloud
#6How does it compare to existing versions of this like Eclipse Che or Cloud9 (c9.io)? I don't see the motivation they had to build this other than they wanted support for YANG right? I'd want to see their motivation behind taking on such a big project
The IDE in Eclipse Che can only run in browsers and in the context of a Che workspace server but not standalone as a desktop app. Our customers need a solution that can be hosted from containers, similarly to Che but also run as standard desktop apps, similar to the traditional Eclipse IDE. So Theia aims at both desktop applications as well as cloud applications.
That said, to me the sweet spot of Eclipse Che is not its IDE, but the workspace management. We are in close collaboration with Eclipse Che developers to make sure that Theia can be used within Che. "
Re: Theia – One IDE for Desktop and Cloud
#7How does it compare to existing versions of this like Eclipse Che or Cloud9 (c9.io)? I don't see the motivation they had to build this other than they wanted support for YANG right? I'd want to see their motivation behind taking on such a big project
The end goal is to have something that has its governance managed by a fondation and that multiple entities can contribute to.
So don't think of it as typefox taking this on their own they're not alone and more contributors will get involved.
Re: Theia – One IDE for Desktop and Cloud
#8How does it compare to existing versions of this like Eclipse Che or Cloud9 (c9.io)? I don't see the motivation they had to build this other than they wanted support for YANG right? I'd want to see their motivation behind taking on such a big project
Re: Theia – One IDE for Desktop and Cloud
#9I realize it's super early, and this look interesting, but I'm unable to figure out if "cloud" in this case means: - Runs in a Browser for the purposes of editing files locally or - Runs in a Browser and we have a whole backend way of spinning up a VM/Docker/something for you to do things with as well (The new defunct https://www.nitrous.io/ did this so you could do things like remotely run pg, your Rails stack, etc.…
The use case I am interested in is the following: at my company, code has to stay on central servers/infrastructure, you shouldn't clone it on your laptop. The only choices to work are either a graphical editor through a remote X session or a terminal-based editor, both having important shortcomings. Having a complete IDE (electron or browser) that edits files remotely be really nice in that situation.
Re: Theia – One IDE for Desktop and Cloud
#10But, I don't do much GUI / client-side work, so I don't know if such a thing is feasible at all.