I am developing a Help Desk system, and would like some ideas on how to create a notification system similar to Stack Overflow itself, whenever any new support is registered.
I want to use PHP, MySQL and jQuery only.
Should I use window.setTimeout
to check in the bank from time to time if a new call is registered?