gRPC example with Tonic
Opened this issue · 3 comments
jon-chuang commented
Would like to see gRPC example by implementing traits from Tonic.
Happy to PR something in if successful.
jon-chuang commented
Resources:
- https://twitter.com/brewaddict/status/1367341178362863619 (uring-poll, gRPC greeter benches)
- https://github.com/smol-rs/async-compat
jon-chuang commented
Sadly, monoio-compat does not work with h2 as detailed in https://github.com/bytedance/monoio/tree/master/monoio-compat
gRPC based on Tonic depends on h2. This is sad.