Rexec
Simple http service for remote task execution
Run setup
- Copy
rexec.example.yml
torexec.yml
cargo run
curl -v localhost:8080/task/test
- See
Hello, world
in terminal, executed remotely output curl -v localhost:8080/task/echo -d 'hi!'
- See
hi!
in terminal