Interplanar Beacon
A "room oriented" signaling server using websockets.
Usage: beacon [<addr>] -c <cert> -k <key>
Beacon server
Options:
-c, --cert cert file
-k, --key key file
--help display usage information
# with specific log level
RUST_LOG=debug beacon [...]
Starts without TLS if no cert nor key are given.
Use mkcert for simplicity
mkcert -install localhost
cargo install rustfmt
cargo fmt
cargo install clippy
cargo clippy
cargo install cross --git https://github.com/cross-rs/cross
cross build --release --target x86_64-unknown-linux-musl