grpc / grpc-dart

The Dart language implementation of gRPC.
https://pub.dev/packages/grpc
Apache License 2.0
849 stars 268 forks source link

[proposal] http/3 and QUIC support #374

Open iapicca opened 3 years ago

iapicca commented 3 years ago

given that http/3

Will grpc support quic and http/3 ?

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

mraleph commented 3 years ago

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.

iapicca commented 3 years ago

@mraleph this feature request could help help implementing the feature

xorgy commented 2 years ago

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.

iapicca commented 2 years ago

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

337240552 commented 6 months ago

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

transport layer support