Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 599 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 599 Bytes

Lightshark

crates.io Build

A small WebSocket proxy for debugging that supports binary MessagePack messages.

Usage

To proxy traffic to a server at wss://your-server, run

lightshark wss://your-server

Then, in your client, connect to the URL that the program outputs. Lightshark will relay all messages in both directions and log them for debugging.