An open API service indexing awesome lists of open source software.

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

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)