Notification system for blog app in analogy with facebook etc

I tends to extend my blog with notification as used by Facebook and other social media platforms.

Can anyone suggest a notification system for my blog application? I've developed a blog with like, comment, and reply features using Django, and now I want to add a notification system. Is there a lightweight notification system available that I can easily implement in my blog app?

Back to Top