标签: django server-sent-events channels
从things I've read开始,django-channels看起来非常适合我想要做的事情:听一个stream of events from Particle.IO并记录我感兴趣的内容。但是,所有我发现的例子似乎是基于聊天室的,发送者和接收者都是django-channels设置的一部分。如何创建长轮询任务以收听外部 API Feed并对Feed中显示的新事件进行操作?
django-channels
答案 0 :(得分:0)
根据作者this can't be done with channels.
channels