简体   繁体   中英

QUIC protocol on Node.js gRPC library

Is there a way to enable QUIC protocol in Node.js gRPC library? 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. 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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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