Re: websocket support in WSGI
Simon Sapin <[email protected]> Mon, 21 May 2012 15:47:26 +0200
| Newsgroups | gmane.comp.python.web |
|---|---|
| Message-ID | <[email protected]> |
Le 21/05/2012 14:36, Alex Grönholm a écrit : > This has been discussed before and it's impossible to implement since > proxying such things does not work over a number of protocols (FCGI, > SCGI). IIRC, the front-end web server likes to send its own 1xx response > before the application has a chance to send its own. The original > discussion was about implement WebDAV, but WebSocket has the same issues. What would be possible is a server that does HTTP + WebSocket on the network side and WSGI + (some other API for WebSocket) on the application side, although I don’t know a server doing this. -- Simon Sapin _______________________________________________ Web-SIG mailing list [email protected] Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/gcpw-web-sig%40m.gmane.org