quinn-rs / quinn

Async-friendly QUIC implementation in Rust
Apache License 2.0
3.85k stars 394 forks source link

Curious if there are other software(client product) using quinn? #1400

Closed TYZRPVX closed 2 years ago

TYZRPVX commented 2 years ago

We want to introduce this library on our client product, so would like to know background information on this part, thanks

djc commented 2 years ago

We don't know a lot about how people use Quinn. I'm aware that it's being used in the Solana client and I know someone is using it in a chat application including on iOS. You might want to take a look at https://crates.io/crates/quinn/reverse_dependencies (and potentially their transitive reverse deps).

neevek commented 2 years ago

I use Quinn to build a tunnel, server on Linux, client on Android and MacOS, it has been running stably for several months, it's only for my personal use only, it performs really great in all regards.

b5 commented 1 year ago

we're the aformentioned chat appplation. We're using quinn in https://github.com/n0-computer/iroh, which has shipped into https://github.com/deltachat. Both projects support all the major platforms, including non-modern mobile devices.