mirror of
https://github.com/defold/extension-websocket.git
synced 2025-06-27 01:47:42 +02:00
Added more debugging tools to README
This commit is contained in:
parent
3fe8fbc0ff
commit
15a589585a
10
README.md
10
README.md
@ -30,3 +30,13 @@ To verify that your websocket server works, you can test it with some tools.
|
||||
Or, you can test your server on this web page:
|
||||
|
||||
* https://www.websocket.org/echo.html
|
||||
|
||||
To monitor all the packets sent to/from the client/server, you can use e.g.
|
||||
|
||||
* [Wireshark](https://www.wireshark.org)
|
||||
|
||||
For command line debugging, there's
|
||||
|
||||
* tcpdump: `sudo tcpdump -A -s0 -ilo0 port 8080 ` (example for local ws:// connection)
|
||||
|
||||
* lsof
|
||||
|
Loading…
x
Reference in New Issue
Block a user