Skip to content
/ wsc Public

A tiny command line websocket client written in Go

Notifications You must be signed in to change notification settings

raphael/wsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A tiny command line websocket client written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages