https://github.com/fwcd/lightshark
WebSocket proxy for debugging with support for MessagePack
https://github.com/fwcd/lightshark
messagepack proxy websocket
Last synced: 11 months ago
JSON representation
WebSocket proxy for debugging with support for MessagePack
- Host: GitHub
- URL: https://github.com/fwcd/lightshark
- Owner: fwcd
- License: mit
- Created: 2022-08-11T00:19:00.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T14:14:21.000Z (over 2 years ago)
- Last Synced: 2024-11-21T02:15:36.706Z (over 1 year ago)
- Topics: messagepack, proxy, websocket
- Language: Rust
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lightshark
[](https://crates.io/crates/lightshark)
[](https://github.com/fwcd/lightshark/actions/workflows/build.yml)
A small WebSocket proxy for debugging that supports binary MessagePack messages.
## Usage
To proxy traffic to a server at `wss://your-server`, run
```sh
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.