像 Twitter 一样自动更新页面

发布于 2024-10-02 18:49:53 字数 106 浏览 2 评论 0原文

我想在我的网站上添加页面自动更新。它是用 Python 和 jquery 编写的,所以我想尝试 Twisted (或另一个 COMET 的东西)。问题是我不知道我到底需要什么以及我必须阅读哪些文档。

I wanna add page auto-update on my web site. It's written in Python and jquery, so I wanna try Twisted (or another COMET thing). The problem is about I don't know what exactly I need and what docs I have to read.

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

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

发布评论

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

评论(2

∞梦里开花 2024-10-09 18:49:53

使用 Twisted for COMET 的两个选项:

  1. Orbited
  2. Divmod Athena

这两个都有您必须阅读和完成的教程,这些教程不适合这个小答案区域,但您应该能够找到它们相当容易。祝你好运!

Two options for using Twisted for COMET:

  1. Orbited
  2. Divmod Athena

Both of these have tutorials you'll have to read and work through, which won't fit into this small answer area, but you should be able to find them fairly easily. Good luck!

救星 2024-10-09 18:49:53

使用带有 setInterval 的 ajax 调用,将 JQuery 的 AJAX 的成功函数上的新内容(如果有)添加到相应的 div。

use an ajax call with a setInterval, add new content - if any - on the success function of JQuery's AJAX to the according div.

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