Open jon-chuang opened 2 years ago
Would like to see gRPC example by implementing traits from Tonic.
Happy to PR something in if successful.
Resources:
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.
Would like to see gRPC example by implementing traits from Tonic.
Happy to PR something in if successful.