Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/athanclark/ws

A simple websocket CLI tool
https://github.com/athanclark/ws

command-line-tool haskell websocket-client

Last synced: 18 days ago
JSON representation

A simple websocket CLI tool

Awesome Lists containing this project

README

        

# ws

A really trivial websocket client for debugging and testing.

## Installation / Building

```bash
git clone http://github.com/athanclark/ws
```

Then depending on your build system:

```bash
stack install
```

or

```bash
cabal install
```

> It _should_ work with either, but if you run into issues, don't hesitate to
> file an issue.

## Usage

```
ws ws://echo.websocket.org/

ws://echo.websocket.org/> test
test
ws://echo.websocket.org/> ayoo
ayoo
```