grpc-dart icon indicating copy to clipboard operation
grpc-dart copied to clipboard

[proposal] http/3 and QUIC support

Open iapicca opened this issue 5 years ago • 5 comments

given that http/3

Will grpc support quic and http/3 ?

https://github.com/dart-lang/sdk/issues/38595

iapicca avatar Oct 20 '20 12:10 iapicca

Will grpc support quic and http/3?

Currently there are no plans to support this, we would be happy to take PRs implementing the functionality though.

We currently don't really have team bandwidth for any sort of active feature development on this package.

mraleph avatar Oct 20 '20 13:10 mraleph

@mraleph this feature request could help help implementing the feature

iapicca avatar Jul 02 '21 21:07 iapicca

Any thoughts on gRPC over WebTransport? I think it would be even more interesting if you're interested in browser adoption, since you could use quic-transport as well as the HTTP/3 transport; whereas you probably will never be able to use raw QUIC in the browser.

xorgy avatar Sep 21 '21 13:09 xorgy

https://github.com/grpc/grpc/issues/19126 https://github.com/grpc/proposal/pull/256

iapicca avatar Feb 23 '22 19:02 iapicca

https://unsuitable001.medium.com/package-cronet-an-http-dart-flutter-package-with-dart-ffi-84f9b69c8a24

transport layer support

337240552 avatar Feb 22 '24 04:02 337240552