Noel 39 Report post Posted March 31, 2020 Please use this topic to discuss WebTransport & WebCodecs.For more context, please refer to this page: https://www.w3.org/2018/12/games-workshop/report.html#webtransport Quote Share this post Link to post Share on other sites
tidoust 3 Report post Posted July 7, 2020 A status update on WebTransport and WebCodecs: - The creation of a WebTransport Working Group is under review at W3C until end of July 2020. The group would be tasked to standardize the WebTransport API. - The shape of the WebCodecs API is actively being discussed in the WICG/web-codecs GitHub repository, including discussions such as whether to follow WHATWG Streams (current approach is to rather decouple WebCodecs from Streams), or whether to have a synchronous option for encoding/decoding. 1 Antriel reacted to this Quote Share this post Link to post Share on other sites
Noel 39 Report post Posted October 15, 2020 Bump. Quote Share this post Link to post Share on other sites
codingchili 0 Report post Posted November 22, 2020 No JVM server implementations yet, would love to see this in netty. Languages like C, GO and Python have implementations for the drafts already. https://github.com/quicwg/base-drafts/wiki/Implementations#quiche Some more information here I found useful https://web.dev/webtransport/ I'm super excited for QUIC, streams especially for unordered data to replace websockets. Feels like I have to wait for a long time to see it in the JVM though. Quote Share this post Link to post Share on other sites
Noel 39 Report post Posted November 26, 2020 On 11/22/2020 at 4:44 PM, codingchili said: No JVM server implementations yet, would love to see this in netty. Languages like C, GO and Python have implementations for the drafts already. https://github.com/quicwg/base-drafts/wiki/Implementations#quiche Some more information here I found useful https://web.dev/webtransport/ I'm super excited for QUIC, streams especially for unordered data to replace websockets. Feels like I have to wait for a long time to see it in the JVM though. @tidoust For visibility. Quote Share this post Link to post Share on other sites