Skip to content

ecthiender/websocket-inspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4cd3714 · Nov 10, 2020

History

12 Commits
Jul 25, 2020
Aug 11, 2020
Jul 25, 2020
Jul 23, 2020
Jul 23, 2020
Jul 23, 2020
Jul 23, 2020
Jul 23, 2020
Nov 10, 2020
Jul 23, 2020
Jul 24, 2020
Jul 23, 2020
Jul 23, 2020

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