Crates.io | lightshark |
lib.rs | lightshark |
version | 0.2.0 |
source | src |
created_at | 2024-03-13 05:04:18.402136 |
updated_at | 2024-03-13 14:14:56.068581 |
description | WebSocket proxy with support for MessagePack |
homepage | |
repository | https://github.com/fwcd/lightshark |
max_upload_size | |
id | 1171388 |
size | 49,505 |
A small WebSocket proxy for debugging that supports binary MessagePack messages.
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.