A simple command line websocket client, written in Golang
$ go install github.com/oliver006/ws-client
$ ws-client ws://echo.websocket.org
connected to ws://echo.websocket.org
» yo
« yo
» sup?
« sup?
» ^C
<<client: sent websocket close frame>>
$