websocat 0.1.0

Connection forwarder from/to web sockets to/from usual sockets, in style of socat
websocat-0.1.0 is not a library.
Visit the last successful build: websocat-1.13.0

websocat

Websocket proxy, socat-style

USAGE:
    websocat <listener_spec> <connector_spec>

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

ARGS:
    <listener_spec>     Listener specifier.
    <connector_spec>    Connector specifier.


Specifiers are:
  ws[s]://<rest of websocket URL>    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