On 2/14/19 9:44 AM, Simon Connah wrote:
> Hi,
>
> I was wondering what the best practice for writing web socket servers in
> Python was in 2019? I found an old example on the web which used the
> tornado library but that was talking about Chrome 22 as the client which
> is ancient now so I'm not s
On 14/02/2019 16:44, Simon Connah wrote:
> I was wondering what the best practice for writing web socket servers in
> Python was in 2019?
I can't answer that directly since I've never used web
sockets in Python (and only played with them in Java).
But...
> I found an old example on the web whi