A web interface for ComputerCraft computers
- Visit https://cloud-catcher.squiddev.cc/
- Follow the instructions there
- One can run
cloud edit <filename>to edit a file remotely.
Interact with a computer remotely.
Open any remote file for inspection, make some modifications, and save it back to the computer.
Share your session with other people, allowing for a true multiplayer-notepad.
Contributions are more than welcome to Cloud Catcher, though I warn you the code does get rather messy at times. I
should warn you that building CC does get a little messy: it requires make, lua and Node.
- Clone the repository and
cdinto it as normal. - Run
npm installto get all node dependencies. - Run
make servein order to run a development server (on port:8080) ormake distto generate a distribution.
You can also run make SERVER=cc.fancy.com dist (or similar) to generate a build using an alternative server name. You
may need to run make clean before changing this, to ensure files are regenerated.


