Hacker News new | ask | show | jobs
by jeroenhd 1417 days ago
I don't think I understand what this is actually doing. It's being pitched as some kind of new way to develop Javascript inside the browser, but VS Code is already available in the browser?

What does a web container actually "contain"?

2 comments

VSC in the browser effectively connects to some VM via web sockets and computation happens remotely. This I think leverages your own computer to do computation.
It only works remotely in Firefox, in Chrome (with its arguably questionable filesystem API). Plus, running the files in WASM is also what happens in these containers.
It’s running Node and NPM and some other stuff as well, which makes it more like a full dev environment than just an editor. It only runs JavaScript though (I think).