Closed TYZRPVX closed 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).
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.
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.
We want to introduce this library on our client product, so would like to know background information on this part, thanks