I am making a website with django now and I want to implement a live notification feature like the one on facebook or SE.
I did some research and it seems although ther
Django doesn't provide what you're looking for out of the box. You'll have to use a third party library. One that works across frameworks is Pusher.