Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是新手开发者。我想知道,即使浏览器支持 HTTP2,我是否需要 grpc-web 库?如果答案是肯定的,请告诉我为什么
提前致谢
根据这篇 grpc.io 博客文章,截至 2019 年,浏览器不支持对从 javascript 实现直接 gRPC 连接所需的 HTTP2 请求的细粒度控制。
出于这个原因,需要一个单独的库和代理,例如由 gRPC-Web 实现的。