Really simple client to connect to a secure WebSocket server and print messages that it receives.
- Install Rust
cargo build
export WEBSOCKET_ADDRESS=wss://ws.your-domain.com
cargo run --color=always --package websocket-client --bin websocket-client
Really simple client to connect to a secure WebSocket server and print messages that it receives.
cargo build
export WEBSOCKET_ADDRESS=wss://ws.your-domain.com
cargo run --color=always --package websocket-client --bin websocket-client