redarrow-rs

Execute commands on remote servers.

build crates.io License

client example

rust let client = webclient::Client::new(host, 4205, command, arguments); let result = client.run_command();

run server

```shell

export RUSTLOG="actixweb=info,redarrow_server=info"

export RUST_LOG="info" redarrow-server -c misc/example.conf ```

run client

shell redarrow-client uptime