lightshark

Crates.iolightshark
lib.rslightshark
version0.2.0
sourcesrc
created_at2024-03-13 05:04:18.402136
updated_at2024-03-13 14:14:56.068581
descriptionWebSocket proxy with support for MessagePack
homepage
repositoryhttps://github.com/fwcd/lightshark
max_upload_size
id1171388
size49,505
fwcd (fwcd)

documentation

README

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.

Commit count: 0

cargo fmt