seanewest / wsscat

Pipe to and from websockets at the cmd line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wsscat

Use wsscat to listen for incoming connections

wsscat -l 3000 > log.txt

Or to connect to an existing server.

echo "hello" | wsscat -c ws://localhost:3000

Install

npm install -g wsscat

Usage

Usage: wsscat [-l port] [-c address]

About

Pipe to and from websockets at the cmd line


Languages

Language:JavaScript 100.0%