Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 515 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 515 Bytes

wsc

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
  -M               Disable masking
  -C               Disable color output

Installation

npm install -g wsc