Compare commits

..

1 Commits

Author SHA1 Message Date
2b315d17ea Add README 2021-08-20 12:15:39 -04:00

View File

@ -6,7 +6,8 @@ essentially the opposite of
Note that this only handles simple byte streams of data, with no Note that this only handles simple byte streams of data, with no
support for conveying WebSockets message framing back to the client. support for conveying WebSockets message framing back to the client.
In most cases, **specifying the WebSockets subprotocol (via `--subproto`) is necessary**. In most cases, **specifying the WebSockets subprotocol (via
`--subproto`) is necessary**, because the server requires it.
# Install dependencies # Install dependencies