Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 304 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 304 Bytes

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