whatwg / streams

Streams Standard
https://streams.spec.whatwg.org/
Other
1.34k stars 157 forks source link

gRPC support #1249

Closed 0xAlcibiades closed 1 year ago

0xAlcibiades commented 1 year ago

https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md

I'm wondering what, if anything, is still needed to support gRPC via whatwg streams?

wenbozhu commented 1 year ago

I wrote the above doc. grpc-web (github.com/grpc/grpc-web) supports fetch/streams for responses. There is no plan to support upload streams as the feature is enabled only with H2 (which is a runtime condition) and HTTPS as a result.