2 unstable releases
0.2.0 | Mar 13, 2024 |
---|---|
0.1.2 | Mar 13, 2024 |
#663 in Debugging
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
~10–20MB
~304K SLoC