#websocket #messagepack #proxy #messages #traffic #relay

app lightshark

WebSocket proxy with support for MessagePack

2 unstable releases

0.2.0 Mar 13, 2024
0.1.2 Mar 13, 2024

#287 in Debugging

45 downloads per month

MIT license

15KB
72 lines

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.

Dependencies

~11–22MB
~351K SLoC