Comment on Google Launches Project IDX, A web-based IDE
Mikina@programming.dev 1 year ago
I’m avoiding google as much as I can, so this definitely isn’t for me. But, does anyone knows of any self-hosted similar solution? I’m already mostly working remotely on my desktop through Parsec, but having something like a FOSS web IDE running at home would be a little bit better solution for cases where the network speed/quality isn’t good enough to work for the whole streamed desktop case.
jcg@halubilo.social 1 year ago
There’s versions of VSCode you can run as a web app, including support for the terminal. You just need to roll your own build/run stuff.
Mikina@programming.dev 1 year ago
That sounds cool, thanks! Apparently, you can do the same with JetBrains Rider, which would also be great. I have to check that out.