Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 311 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 311 Bytes

ws-client

A simple command line websocket client, written in Golang

Installation

$ go install github.com/oliver006/ws-client

Usage

$ ws-client ws://echo.websocket.org
connected to  ws://echo.websocket.org
» yo
« yo
» sup?
« sup?
» ^C
<<client: sent websocket close frame>>
$