Comet framework for Django

笑着哭i 提交于 2019-12-05 02:46:28

问题


What is the easiest way to implement HTTP push (comet) on Django?

Are there any existing frameworks?

Simple examples would be great.


回答1:


Try Oribited -- see example here and also this (No longer available)




回答2:


Beacon is also an option. It's a cloud-hosted push service, meaning you don't have to install anything. Supports both WebSockets and traditional long-poll.

Has a Python client too.




回答3:


try with this to http://code.google.com/p/django-orbited/



来源:https://stackoverflow.com/questions/3117788/comet-framework-for-django

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!