简体   繁体   English

Node.js gRPC 库上的 QUIC 协议

[英]QUIC protocol on Node.js gRPC library

Is there a way to enable QUIC protocol in Node.js gRPC library?有没有办法在 Node.js gRPC 库中启用 QUIC 协议? On client side (Android app), I can swap out the transport channel for Cronet's implementation which supports QUIC, but I can't figure out how to enable the protocol on server's side.在客户端(Android 应用程序),我可以更换支持 QUIC 的 Cronet 实现的传输通道,但我无法弄清楚如何在服务器端启用该协议。 The Server class does not seem to provide any means for swapping the channel, only passing channel options which have no reference of QUIC protocol in them Server 类似乎没有提供任何交换通道的方法,只传递其中没有引用 QUIC 协议的通道选项

不,Node gRPC 库不支持 QUIC 协议。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM