CLI TOOL to check Connection of WebSockets.
$ ws -u echo.websocket.org
$ ws -u echo.websocket.org -p 8080
$ ws -u echo.websocket.org -m testMessage
$ ws -u echo.websocket.org -s true
- Connecting to and serving WebSockets from command line.
- Text and binary modes, converting between lines (or null-terminated records) and messages.
- Linux, Windows and Mac support, pre-built executables.
There are multiple options for installing WebSocat. From easy to hard:
- Download a pre-build executable and install it to PATH.