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

https://github.com/danielstjules/wsc

WebSocket client for the terminal
https://github.com/danielstjules/wsc

Last synced: 10 months ago
JSON representation

WebSocket client for the terminal

Awesome Lists containing this project

README

          

# wsc

![wsc](https://cloud.githubusercontent.com/assets/817212/17082515/f71c2b5c-5135-11e6-8600-aa096bbeea65.png)

```
WebSocket client for the terminal

Usage
$ wsc [options] ws://echo.websocket.org

Options
-e, --eval Evaluate input as JS and encode as JSON
-r, --roundtrip Track roundtrip time between sent/recv
-t, --time Print a timestamp in ms before each line
-p, --protocol Set protocol
-M Disable masking
-C Disable color output
```

#### Installation

```
npm install -g wsc
```