Search code examples
pythondjangoreal-time

Real time Notification and update


I want to implement real time notification and real time update posts(Tenders publication) in my django project i found this link heroku post And Some libraries but I don't know where should i start

More info : when a user publish a post this post appear for all other users at the same time this post published Any ideas


Solution

  • Channel is future it will be added Django in 1.10 in the meantime you can add and test the channels using pip install channels

    And here is the good examples take look channels-examples