Skip to content

seanewest/wsscat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors