= WebSocket Debugger
Simple command line utility for debugging WebSocket servers.
Via go-get
:
$ go get github.com/alexanderGugel/wsd
Command-line usage:
-help=false: Display help information about wsd
-origin="http://localhost/": origin of WebSocket client
-protocol="": WebSocket subprotocol
-url="ws://localhost:1337/ws": WebSocket server address to connect to
-version=false: Display version number
Debugging WebSocket servers should be as simple as firing up cURL
. No need
for dozens of flags, just type wsd -url=ws://localhost:1337/ws
and you're
connected.
MIT