websocat

Websocket proxy, socat-style

``` USAGE: websocat

FLAGS: -h, --help Prints help information -V, --version Prints version information

ARGS: Listener specifier. Connector specifier.

Specifiers are: ws[s]:// websockets - stdin/stdout (more to be implemented)

Examples: websocat - wss://myserver/mysocket Connect stdin/stdout to secure web socket once. Currently it is the only working example. ```

See also