bytedance/monoio

gRPC example with Tonic

Opened this issue · 3 comments

Would like to see gRPC example by implementing traits from Tonic.

Happy to PR something in if successful.

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.

We are working on http framework in async style now. http1 will be supported first.

Why the compat way is not enough? I wrote part of my opinion here.