An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Lightshark

[![crates.io](https://img.shields.io/crates/v/lightshark)](https://crates.io/crates/lightshark)
[![Build](https://github.com/fwcd/lightshark/actions/workflows/build.yml/badge.svg)](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.