2 unstable releases
0.2.0 | Mar 13, 2024 |
---|---|
0.1.2 | Mar 13, 2024 |
#636 in Debugging
34 downloads per month
15KB
72 lines
Lightshark
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.
Dependencies
~11–22MB
~329K SLoC