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

https://github.com/banyc/mux

A high-throughput duplex-openable multiplexer on any reliable protocols
https://github.com/banyc/mux

high-throughput io mux network-protocol structured-concurrency tcp tokio websocket

Last synced: 10 months ago
JSON representation

A high-throughput duplex-openable multiplexer on any reliable protocols

Awesome Lists containing this project

README

          

# `mux`

not on crates.io.

## Architecture

![](docs/arch.drawio.png)

## Throughput

- TCP: $1$
- this: $0.497$
- [`async_smux`](https://github.com/black-binary/async-smux): $0.358$