问题
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