0

需要与 werkzeug 兼容的 websocket wsgi 库。

4

3 回答 3

2

Twisted 提供了一个 WSGIResource 来在 Twisted Web 下运行。Autobahn 提供了一个在 Twisted Web 下运行的 WebSocketResource。因此,您可以将两者结合起来(我已经这样做了)-如果这就是“websocket wsgi库”的意思。

对于后者:https ://github.com/tavendo/AutobahnPython/tree/master/examples/websocket/echo_site

免责声明:我是 Autobahn 的主要作者,并为 Tavendo 工作。

于 2012-09-18T16:00:28.177 回答
0

我最近破解了 Werkzeug 调试器,因此它可以很好地与 gevent-socketio 配合使用:

https://github.com/aldanor/SocketIO-Flask-Debug

于 2013-09-29T15:43:50.987 回答
0

如果您刚刚开始,您也可以gevent特别检查一下。gevent.socketio

http://gevent-socketio.readthedocs.org/en/latest/index.html

看看下面的教程,有点长,但它给了你很好的方法。

http://blog.pythonisito.com/2012/07/realtime-web-chat-with-socketio-and.html

于 2012-10-03T19:35:12.343 回答