Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 871 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 871 Bytes

wsd

= WebSocket Debugger

Build Status

Terminal Demo

Simple command line utility for debugging WebSocket servers.

Installation

Via go-get:

$ go get github.com/alexanderGugel/wsd

Usage

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

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