bjoern
bjoern copied to clipboard
[q] Websockets support
Is it possible to implement it?
As I understand it should be wsgi.websocket
inserted into the WSGI environment.
Thanks!
Maybe, not sure what has done be done. If someone wants to work on a design, feel free!
This issue/request is interesting. This would mean we have to handle the connection upgrade request and give back an I/O over which the websocket's handler can communicate with the browser. I'll read the request flow and maybe come up with a pre-suggestion