https://github.com/asnelzin/ws
Simple WebSocket command line client
https://github.com/asnelzin/ws
client simple testing websocket
Last synced: 10 months ago
JSON representation
Simple WebSocket command line client
- Host: GitHub
- URL: https://github.com/asnelzin/ws
- Owner: asnelzin
- License: apache-2.0
- Created: 2018-03-25T12:04:32.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T09:39:38.000Z (about 8 years ago)
- Last Synced: 2024-06-20T08:05:32.827Z (about 2 years ago)
- Topics: client, simple, testing, websocket
- Language: Go
- Size: 797 KB
- Stars: 30
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/asnelzin/ws/releases).
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](http://nelzin.ru)