tubez

Crates.iotubez
lib.rstubez
version0.0.1
sourcesrc
created_at2022-07-29 15:40:02.466398
updated_at2022-07-29 15:40:02.466398
descriptionTubez is an abstraction over http2/3 (and, eventually, websocket and webtransport) for establishing long-lived, uni- and bi-directional streams of binary data (called a 'Tube') between a client and a server with an extremely simple API.
homepage
repositoryhttps://github.com/jeffmo/tubez
max_upload_size
id635063
size123,879
Jeff Morrison (jeffmo)

documentation

README

Tubez

NOTE: Tubez is a side-project of mine that I spend varying amounts of 
time on. My original goal for this project was to get more hands-on 
experience with how Rust's concurrency abstractions work and perform. 
As such, I've spent most of my time exploring how the design fits within 
the constraints of Rust and very little (AKA zero) time on polishing 
some of the API details, writing docs, or attempting to use Tubez in 
a real-world use case -- but each of those things are on my mental 
roadmap.

Until this project makes more development progress, I do not recommend 
trying to do anything with it.

Tubez is an abstraction over http2/3 (and, eventually, websocket and webtransport) for establishing long-lived, uni- and bi-directional streams of binary data (called a "Tube") between a client and a server with an extremely simple API. It supports both client- and server-initiated Tubes, Tube-lifecycle management, and uses a custom framing protocol with future intention to support intelligent routing and load-balancing of Tubes with minimal compromise to data privacy.

Commit count: 73

cargo fmt