πWebsocket
Websocat Installation Guide
macOS Installation
Method 2: Using Cargo
cargo install websocatMethod 3: Using pre-built binaries
curl -L -o websocat https://github.com/vi/websocat/releases/latest/download/websocat_mac_amd64chmod +x websocat
sudo mv websocat /usr/local/bin/Windows Installation
Method 1: Using Cargo
cargo install websocatMethod 2: Using pre-built binaries
Verifying Installation
Last updated