WebSockets Lassi Kortela (07 Apr 2019 10:38 UTC)
Re: WebSockets Peter Bex (07 Apr 2019 10:59 UTC)
Re: WebSockets Lassi Kortela (12 Apr 2019 16:39 UTC)
Re: WebSockets Arthur A. Gleckler (07 Apr 2019 17:33 UTC)
Re: WebSockets Peter Bex (07 Apr 2019 20:27 UTC)
Re: WebSockets John Cowan (07 Apr 2019 20:46 UTC)
Re: WebSockets Peter Bex (07 Apr 2019 20:55 UTC)

Re: WebSockets Peter Bex 07 Apr 2019 20:27 UTC
On Sun, Apr 07, 2019 at 10:32:51AM -0700, Arthur A. Gleckler wrote:
> On Sun, Apr 7, 2019 at 3:38 AM Lassi Kortela <xxxxxx@lassi.io> wrote:
>
> > Is anyone here familiar with WebSockets? I know absolutely nothing about
> > them. Does the simple request handler abstraction still work with them
> > or will we have to make changes?
> >
>
> I've just learned that the underlying mechanism behind WebSockets has to
> change quite a bit to accommodate HTTP/2:
>
>  https://medium.com/@pgjones/http-2-websockets-81ae3aab36dd

HTTP/2.0 is quite an unknown for me.  Note that HTTP/3.0 is out by
now too, which uses UDP IIRC.  I'm wondering if a serious SRFI
should also tackle these two protocols.  They seem to be almost
completely different from HTTP/1.0 or HTTP/1.1.

Cheers,
Peter