Django 和彗星

发布于 2024-12-09 10:46:47 字数 146 浏览 1 评论 0原文

我应该用什么来在 django 上实现 comet?

我在谷歌上找到的所有东西似乎都已经过时了。有些人指向 orbited.orghookbox.org,但它们现在都已经死了。现在人们如何解决这个问题呢?

What should i use to implement comet on django?

All things i've found on google seems outdated. Some people point to orbited.org or hookbox.org, but both of them are just dead now. How people solve this problem nowadays?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墨落成白 2024-12-16 10:46:47

我会查看 Pusher 这是一个第三方服务,它允许您通过 drop-dead 将事件推送到浏览器简单的API。他们有一个免费的沙盒计划,每天有 10 万条消息和 20 个连接。

或者,您可以在服务器上运行 APE 来下推事件。

Django 并不是真正为长轮询和彗星设计的。

I would check out Pusher which is a third party service that will allow you to push events to your browser with a drop-dead simple API. They have a free sandbox plan that comes with 100k messages per day and 20 connections.

Alternatively, you could run APE on your server to push events down.

Django isn't really designed for long polling and comet.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文