Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个正在运行的 Django 项目和一个 jquery 移动网络应用程序来显示数据库中的内容。到目前为止,一切正常。现在我有一个后台任务,它更新数据库,要查看更改,我必须重新加载页面才能看到它们。是否有可能只更新列表视图的数据,比如说每秒?
谢谢你!
您可以使用WebSockets连接到node.js服务器,然后在后台进程中的数据更改时将更新广播到侦听器列表。
WebSockets
node.js
阅读更多 :