Comment by utopiah

7 days ago

Ok few resources people interested in the topic might like on the "Web can do so much more front" :

- WebDAV to serve files, very quick to setup using e.g. CopyParty. It's important this way your Web applications can then pass content to each other.

- WebSSH to get a terminal via the Web and thus potentially backend maintenance, e.g. start/stop CopyParty (also useful to bypass corporate firewalls and connect to your machine)

- WebTop container based on Selkies to get a full containerized environment, including a graphical interface. You can run pretty much any of your native application in there, even video games. Can be local or remote at 60fps.

- WebContainers to run containers directly from the browser

- QEMU-wasm to run a different architecture on yours, again from the browser