Re: [Twisted-Python] WebSockets and QUIC for Twisted

2017-07-09 Thread Glyph
> On Jul 8, 2017, at 1:47 AM, Phil Mayers wrote: > > On 08/07/17 03:59, Glyph wrote: > >>> Ironically the goals of QUIC are, I believe, similar to Vertex ;o) >> >> Really? How so? > > Sorry, memory not serving me well. I'm thinking of the PTCP bits, I'd managed > to remember that, but forge

Re: [Twisted-Python] WebSockets and QUIC for Twisted

2017-07-08 Thread Phil Mayers
On 08/07/17 03:59, Glyph wrote: Ironically the goals of QUIC are, I believe, similar to Vertex ;o) Really? How so? Sorry, memory not serving me well. I'm thinking of the PTCP bits, I'd managed to remember that, but forget about all the rest! So no, not similar - my mistake.

Re: [Twisted-Python] WebSockets and QUIC for Twisted

2017-07-07 Thread Glyph
> On Jul 7, 2017, at 3:59 AM, Phil Mayers wrote: > > On 06/07/17 03:58, Glyph wrote: >>> On Jul 5, 2017, at 2:32 AM, Barry Scott >> > wrote: >>> >>> I am interested in using Twisted with a couple of technologies: WebSockets >>> and >>> QUIC. I'm researching w

Re: [Twisted-Python] WebSockets and QUIC for Twisted

2017-07-07 Thread Phil Mayers
On 06/07/17 03:58, Glyph wrote: On Jul 5, 2017, at 2:32 AM, Barry Scott > wrote: I am interested in using Twisted with a couple of technologies: WebSockets and QUIC. I'm researching what is already available. Why are you interested in QUIC? My understandi

Re: [Twisted-Python] WebSockets and QUIC for Twisted

2017-07-06 Thread Cory Benfield
> On 5 Jul 2017, at 10:32, Barry Scott wrote: > > I am interested in using Twisted with a couple of technologies: WebSockets > and > QUIC. I'm researching what is already available. > > I found the autobahn-python for WebSockets, are there other projects that > provide WebSockets that I have

Re: [Twisted-Python] WebSockets and QUIC for Twisted

2017-07-05 Thread Tristan Seligmann
On Thu, 6 Jul 2017 at 04:58 Glyph wrote: > Why are you interested in QUIC? My understanding was that Google used this > protocol as an experiment, but HTTP/2 is the successful termination of the > experiment, and nobody should really be using it. (For http2 support, `pip > install twisted[tls,ht

Re: [Twisted-Python] WebSockets and QUIC for Twisted

2017-07-05 Thread Glyph
> On Jul 5, 2017, at 2:32 AM, Barry Scott wrote: > > I am interested in using Twisted with a couple of technologies: WebSockets > and > QUIC. I'm researching what is already available. Why are you interested in QUIC? My understanding was that Google used this protocol as an experiment, but H