Need help understanding Comet in Python (with Django)

后端 未结 3 1224
别那么骄傲
别那么骄傲 2020-12-08 04:37

After spending two entire days on this I\'m still finding it impossible to understand all the choices and configurations for Comet in Python. I\'ve read all the answers here

3条回答
  •  隐瞒了意图╮
    2020-12-08 05:20

    You could use Socket.IO. There are gevent and tornado handlers for it. See my blog post on gevent-socketio with Django here: http://codysoyland.com/2011/feb/6/evented-django-part-one-socketio-and-gevent/

提交回复
热议问题