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
- Host: GitHub
- URL: https://github.com/danielstjules/wsc
- Owner: danielstjules
- License: mit
- Created: 2016-07-24T05:40:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T13:33:31.000Z (over 7 years ago)
- Last Synced: 2025-09-20T16:26:08.446Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 171
- Watchers: 3
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wsc

```
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
```