this post was submitted on 27 Apr 2025
22 points (84.4% liked)
Programming
19813 readers
425 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I think it means client-server basically. You can host a server in "the cloud" then access a frontend to it via your browser.
Might also mean it has features relevant to debugging/deploying cloud services.
Cloud is often a BS marketing word, but I'm sure there's ways to make it justifiable in this case. (Not that any of us has to like these features. I for once can't stand the idea of having my editor run inside a browser...)
Well, don't run it inside a browser then. There is no need to get agitated because of that option. But this is super useful for universities and other organizations that educate people. They can run these preconfigured IDEs for their students and execute the code on the same server, so that even if you have something like a Chromebook, you can participate in classes. This is what places like Harvard do, and this is how Microsoft introduces CS students to VSCode and other products.