I read that there is no current plans to support Websockets in HTTP2 and that carries over to QUIC as QUIC uses HTTP2 for web.
Being able to stream data from client to server without the overhead of http is critical to applications like games and real time apps.
While I can say that websockets is not designed that great, and it took them a while to get things decently right; the critical feature that websockets enables is being able to transmit binary data between client and server.
If Websockets is not planned for HTTP2 and QUIC wont include it, is there any plans to support some kind of binary streaming?
--
You received this message because you are subscribed to the Google Groups "QUIC Prototype Protocol Discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proto-quic+unsubscribe@chromium.org.
To post to this group, send email to proto...@chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/d/optout.
The QUIC transport protocol supports bidi stream without HTTP overhead. So if you want to run your own application protocol on top of QUIC, that should work just fine. If you want to do HTTP over QUIC then, as you noticed, you're bound by whatever HTTP/2 requires.
On Tue, Sep 27, 2016 at 3:44 PM, Van Catha <van...@gmail.com> wrote:
I read that there is no current plans to support Websockets in HTTP2 and that carries over to QUIC as QUIC uses HTTP2 for web.
Being able to stream data from client to server without the overhead of http is critical to applications like games and real time apps.
While I can say that websockets is not designed that great, and it took them a while to get things decently right; the critical feature that websockets enables is being able to transmit binary data between client and server.
If Websockets is not planned for HTTP2 and QUIC wont include it, is there any plans to support some kind of binary streaming?
--
You received this message because you are subscribed to the Google Groups "QUIC Prototype Protocol Discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proto-quic+...@chromium.org.
My specific question is if any plans or discussions about it are in the works.
> So I took up this encouragement and wrote a draft for it
> https://github.com/vans163/websocket2-drafts/blob/master/websocket2-over-http2.txt.
--
You received this message because you are subscribed to the Google Groups "QUIC Prototype Protocol Discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proto-quic+unsubscribe@chromium.org.
Van, that's awesome - let's take this discussion to the IETF HTTP list and make this the last post in this thread on Google's list (the topic of which is google's implementation of quic - quite separate from the standards track). You'll find some folks over there interested in your work when you post it.
That list can be found at https://lists.w3.org/Archives/Public/ietf-http-wg/