WebSocket Command Line Client written in Go
go get github.com/kseo/ws-cli
$ 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?
BSD-2-Clause