Skip to content

MCJack123/remote.craftos-pc.cc

Repository files navigation

remote.craftos-pc.cc

WebSocket server to connect VS Code to a ComputerCraft computer.

Using

Install all dependencies with npm install.

Create a file named config.json with contents like this:

{
    "ip": "127.0.0.1",
    "port": 4000,
    "isSecure": false
}

Then run npm run start.

About

Remote connection between VS Code and CraftOS-PC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published