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

https://github.com/vrachieru/ws

WebSocket command line client.
https://github.com/vrachieru/ws

cli client websocket

Last synced: 5 months ago
JSON representation

WebSocket command line client.

Awesome Lists containing this project

README

          






Version


Version



WebSocket command line client

A simplistic tool for sending and receiving websocket messages from the command line.

## Install

```
$ go get github.com/vrachieru/ws
```

## Usage

```
$ ws ws://echo.websocket.org
Trying ws://echo.websocket.org...
Connected to ws://echo.websocket.org.
Exit with CTRL+C.

> echo
< echo
>
```

## License

MIT