I have setup most of the part for an instagram like app, including the django-signals too. What I need is, whenever a user comments, or posts a new photo, I want it to notify the users without refreshing the page, like when Twitter, Stack Overflow or Facebook does when something new has been posted. How do I do it? I guess I should do this in the client side.
Asked
Active
Viewed 145 times
0
-
Those sites use websockets, and probably a river from the database. – adeneo Mar 16 '14 at 16:46
-
Periodically poll with AJAX. – Barmar Mar 16 '14 at 16:46