Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cowlicks/udx

UDX in Rust
https://github.com/cowlicks/udx

Last synced: 15 days ago
JSON representation

UDX in Rust

Awesome Lists containing this project

README

        

UDX is reliable, multiplexed, and congestion-controlled streams over UDP. Originally designed for use with [hypercore](https://github.com/holepunchto/hypercore). Based on the original implementation in [C here](https://github.com/holepunchto/libudx).

## Concept

* Readable code for documentating the protocol
* Fully tested against the C library
* Usable through Rust FFI from any language