Provided by: node-ws_1.1.0+ds1.e6ddaae4-3ubuntu1_amd64
NAME
wscat - Communicate over websocket
SYNOPSIS
wscat [options] (--listen <port> | --connect <url>)
OPTIONS
-V, --version output the version number -l, --listen <port> listen on port -c, --connect <url> connect to a websocket server -p, --protocol <version> optional protocol version -o, --origin <origin> optional origin --host <host> optional host -s, --subprotocol <protocol> optional subprotocol -n, --no-check Do not check for unauthorized certificates (default: true) -H, --header <header:value> Set an HTTP header. Repeat to set multiple. (--connect only) (default: ) --auth <username:password> Add basic HTTP authentication header. (--connect only) -h, --help output usage information