How to run Pyramid and Websocket on a Apache httpd Server?
I am trying to build a website with Pyramid. This 开发者_如何学Goproject is require to act as a Websocket server waiting and answering Websocket connections. And also, we have to deploy this website on a WSGI-enabled Apache httpd server. Is this possible? How to make Pyramid support Websocket? Thanks.
You can't, AFAIK. You can use pyramid_socketio https://github.com/abourget/pyramid_socketio but this dont work with a frontend.
精彩评论