Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kseo/ws-cli

WebSocket Command Line Client written in Go
https://github.com/kseo/ws-cli

Last synced: 27 days ago
JSON representation

WebSocket Command Line Client written in Go

Awesome Lists containing this project

README

        

ws-cli
======
WebSocket Command Line Client written in Go

## Installation

```
go get github.com/kseo/ws-cli
```

## Usage

```
$ ws-cli -url ws://echo.websocket.org
connected (press CTRL+C to quit)
> hi there
< hi there
> are you a happy parrot?
< are you a happy parrot?
```

## License

BSD-2-Clause