Skip to content

nathanborror/wsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

👊 cURL for WebSocket Servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%