实时通知和更新

Real time Notification and update

我想在我的django项目中实现实时通知和实时更新 posts(Tenders publication)我找到了这个 link heroku post 和一些图书馆但是 我不知道我应该从哪里开始

更多信息:当用户发布 post 时,此 post 会同时显示给所有其他用户 post 任何想法

频道是未来的,它将在 1.10 中添加 Django 同时您可以使用 <a href="https://channels.readthedocs.org/en/latest/" rel="nofollow">pip install channels</a>

添加和测试频道

这里是很好的例子,请看channels-examples