Technology Radar
Published : Apr 03, 2024
NOT ON THE CURRENT EDITION
This blip is not on the current edition of the Radar. If it was on one of the last few editions, it is likely that it is still relevant. If the blip is older, it might no longer be relevant and our assessment might be different today. Unfortunately, we simply don't have the bandwidth to continuously review blips from previous editions of the Radar.
Understand more
Apr 2024
Assess
WebTransport 是一种建立在 HTTP/3 之上的协议,提供了服务器与应用之间的双向通信。与其前身 WebSocket 相比,WebTransport 具有很多优势,包括更快的连接、更低的延迟,以及能够处理可靠且有序的数据流以及无序数据流(例如 UDP)。它可以在同一连接中处理多个流,而不会造成队头阻塞(head-of-line blocking),进而实现在复杂应用中更高效地通信。总体来说,WebTransport 适用于广泛的用例,包括实时网络应用、流媒体和物联网数据通信。尽管 WebTransport 还处于早期阶段——各浏览器的支持正逐渐成熟,流行的库如 socket.io 也增加了对 WebTransport 的支持——我们的团队目前正在评估其在实时物联网应用中的潜力。