site to remix from: https://glitch.com/edit/#!/remix/pws-server
or test: pws-server.glitch.me
this site will allow you to get a copy of my OS.js example, it comes with:
- text editor
- VNC for remote desktops
- sound player and more!
site to remix from: https://glitch.com/edit/#!/remix/pws-server
or test: pws-server.glitch.me
this site will allow you to get a copy of my OS.js example, it comes with:
The link is broken. …
We had some difficulties where webpack crashed the server.
But DM if you want me to set one up
Where’s the new link?
original post edited
@random Thanks! It works!
i’ve added VNC for remote desktops and the ace editor for coding
some usage tips:
- modify client/config.js for a better experience! https://manual.os-js.org/v3/config/#client (run
npm run build
after!)
- add a folder in vfs/ for a new user and filesystem!
- make your own apps with this guide! https://manual.os-js.org/v3/tutorial/application/