rust-websocket-client

Really simple client to connect to a secure WebSocket server and print messages that it receives.

Getting started

  1. Install Rust
  2. cargo build
  3. export WEBSOCKET_ADDRESS=wss://ws.your-domain.com
  4. cargo run --color=always --package websocket-client --bin websocket-client