https://github.com/alexanderGugel/wsd
:facepunch: cURL for WebSocket Servers
https://github.com/alexanderGugel/wsd
Last synced: 9 months ago
JSON representation
:facepunch: cURL for WebSocket Servers
- Host: GitHub
- URL: https://github.com/alexanderGugel/wsd
- Owner: alexanderGugel
- License: mit
- Created: 2015-07-22T18:15:57.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T19:13:24.000Z (almost 8 years ago)
- Last Synced: 2025-03-31T11:06:11.105Z (9 months ago)
- Language: Go
- Homepage:
- Size: 190 KB
- Stars: 417
- Watchers: 11
- Forks: 28
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-websocket-security - GitHub
README
# wsd
> = **W**eb**S**ocket **D**ebugger
[](https://travis-ci.org/alexanderGugel/wsd)

Simple command line utility for debugging WebSocket servers.
## Installation
Via `go-get`:
```
$ go get github.com/alexanderGugel/wsd
```
## Usage
Command-line usage:
```
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 need
for dozens of flags, just type `wsd -url=ws://localhost:1337/ws` and you're
connected.
## License
MIT