remoterun

command
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2023 License: MIT Imports: 14 Imported by: 0

README

WARNING: Use this program only on a safe-network. This is designed to be easy to setup and use. However, it is also easy to hack.

remoterun allows one computer to listen to a port and receive requests to run a program. This can be nicely combined with watchrun to start programs on a remote computer automatically when your code changes.

To set it up, on a remote computer run remoterun. This will start the running server.

To force the computer to start something run remoterun -addr "OTHER:8080" -send program.exe, assuming that OTHER is the server computers name and it is on the same network.

To combine this with watchrun, do: watchrun go build . ;; remoterun -addr "OTHER:8080" -send program.exe.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL