Skip to content

ecthiender/websocket-inspector

Repository files navigation

websocket-inspector

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.

Usage

websocket-inspector --url ws://echo.websocket.org/
websocket-inspector --url "wss://gateway.discord.gg/?v=6&encoding=json"

Demo

demo

demo-gif

How to run it

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 run stack install. This will copy the websocket-inspector binary into your PATH.

About

Simple TUI client for debugging websocket communication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published