Added external debugging tools to README

This commit is contained in:
Mathias Westerdahl 2020-10-15 10:39:50 +02:00 committed by GitHub
parent ba2b8e4a69
commit 3fe8fbc0ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,3 +20,13 @@ Set it to:
* `0` to disable debugging (i.e. no debug output).
* `1` to display state changes.
* `2` to display the messages sent and received.
## External resources
To verify that your websocket server works, you can test it with some tools.
* [websocat](https://github.com/vi/websocat)
Or, you can test your server on this web page:
* https://www.websocket.org/echo.html