I plan to use Disqus on my website. It has a "blog"-style layout. On the front page I want to display the comment-count for every blog-entry. I know I can connect to Disqus to get the counts but I would prefer to just save the comment - count into my database directly for the blog-entry when someone enters a comment.
So getting the count would not affect performance/load time of the main page. Is there any event that is fired if someone entered a comment on my page that I can listen to?
AngularJS would be a bonus but a simple javascript or jQuery solution would be helpful, too.