wsc
wsc copied to clipboard
A tiny command line websocket client written in Go
I don't know golang well so but this change allows me to do `wsc ... -q | jq .` to pipe the output of my JSON websocket stream to jq...
Can we add an option to enable that?
Could wsc please upload some precompiled binaries, for users less experienced with Go? For example, go-ios7crypt compiles a bunch of ports with `gox`, then attaches these to GitHub Releases. https://github.com/mcandre/go-ios7crypt#port
``` $ go get github.com/raphael/wsc # github.com/raphael/wsc go/src/github.com/raphael/wsc/main.go:39: syntax error: unexpected range, expecting { go/src/github.com/raphael/wsc/main.go:43: syntax error: argument to go/defer must be function call ``` No experience with go, but...