Skip to content

asnelzin/ws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket command line client

Simple WebSocket client for testing purposes

Installation notes

ws is distributed as a single, statically-linked binary for a variety of target architectures. Download the latest release from the the releases page.

For example (for macOS):

$ wget https://github.com/asnelzin/ws/releases/download/v0.2.0/ws-0.2.0-darwin-amd64
$ mv ws-0.2.0-darwin-amd64 /usr/local/bin/ws
$ chmod +x /usr/local/bin/ws

Usage

Usage:
  ws [OPTIONS] URL

Application Options:
  -H, --header=  Custom HTTP header. You can specify as many as needed by repeating the flag.
  -v, --version  Print the version information and exit

Help Options:
  -h, --help     Show this help message

License

Apache © Alexander Nelzin