Hello,

I am happy to announce the release of the ws-cli, a simple WebSocket
command line client written in Go.

https://github.com/kseo/ws-cli


# Installation

go get github.com/kseo/ws-cli

# Usage

$ we-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?

Regards,
Kwang Yul Seo

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to