开发者

Comet framework for Django

开发者 https://www.devze.com 2023-01-05 04:51 出处:网络
What is the easiest way to implement HTTP push (comet) on Django? Are th开发者_JAVA百科ere any existing frameworks?

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

Are th开发者_JAVA百科ere any existing frameworks?

Simple examples would be great.


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.


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


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

0

精彩评论

暂无评论...
验证码 换一张
取 消