mirror of
https://github.com/defold/extension-websocket.git
synced 2025-09-27 16:02:18 +02:00
Added external debugging tools to README
This commit is contained in:
committed by
GitHub
parent
ba2b8e4a69
commit
3fe8fbc0ff
10
README.md
10
README.md
@@ -20,3 +20,13 @@ Set it to:
|
|||||||
* `0` to disable debugging (i.e. no debug output).
|
* `0` to disable debugging (i.e. no debug output).
|
||||||
* `1` to display state changes.
|
* `1` to display state changes.
|
||||||
* `2` to display the messages sent and received.
|
* `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
|
||||||
|
Reference in New Issue
Block a user