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.
有没有办法在 Node.js gRPC 库中启用 QUIC 协议?在客户端(Android 应用程序),我可以将传输通道换成支持 QUIC 的 Cronet 实现,但我不知道如何在服务器端启用该协议。Server 类似乎没有提供任何交换通道的方法,仅传递其中没有引用 QUIC 协议的通道选项
不,Node gRPC 库不支持 QUIC 协议。