Simple command line utility for debugging WebSocket servers.
Usage of ./wsd: -help Display help information about wsd -insecureSkipVerify Skip TLS certificate verification -origin string origin of WebSocket client (default "http://localhost/") -protocol string WebSocket subprotocol -url string WebSocket server address to connect to (default "ws://localhost:1337/ws") -version Display version number```## Why?Debugging WebSocket servers should be as simple as firing up `cURL`. No needfor dozens of flags, just type `wsd -url=ws://localhost:1337/ws` and you'reconnected.## License MIT