Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 332 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 332 Bytes

wscat

WebSocket cat.

Installation

This module needs to be installed globally so use the -g flag when installing:

npm install -g wscat

Usage

$ wscat -c ws://echo.websocket.org 
connected (press CTRL+C to quit)
> hi there
< hi there
> are you a happy parrot?
< are you a happy parrot?

License

MIT