A simple Haskell TUI to inspect and debug websocket communication. This is a interactive (TUI) websockets client, which can be used to interactively debug websocket communication with a websocket server.
The program is written using the excellent brick library.
websocket-inspector --url ws://echo.websocket.org/
websocket-inspector --url "wss://gateway.discord.gg/?v=6&encoding=json"
I have not worked on generating the binary on releases, so you would have to build it on your computer.
- Clone the repo
- Make sure you have stack installed
cd
into this directory and runstack install
. This will copy thewebsocket-inspector
binary into yourPATH
.