All Projects → raphael → wsc

raphael / wsc

Licence: other
A tiny command line websocket client written in Go

Programming Languages

go
31211 projects - #10 most used programming language

wsc

A simplistic tool for sending and receiving websocket messages from a command line. Mainly useful to test websocket servers.

Getting started:

$ go get github.com/raphael/wsc
$ wsc -o http://websocket.org -H "Sample-Header-1: foo" -H "Sample-Header-2: bar" -u ws://echo.websocket.org
2016/03/08 22:51:51 connecting to ws://echo.websocket.org...
2016/03/08 22:51:52 ready, exit with CTRL+C.
foo 
>> foo
<< foo
^C
exiting
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].