29
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 some new support is registered.
I intend to use PHP, Mysql and jQuery only.
Should I use the window.setTimeout
to check in the bank from time to time if a new call is registered?
Stack Overflow uses websockets for real-time notifications.
– bfavaretto
Did any of the answers help you? Or are there problems with them? Comment informing the author who doubts to try to use the proposed solution. If any of the answers solved your problem, mark it as correct by clicking on
– Guilherme Nascimento