Does anyone know any system wich work like facebook request, message, notification bubble system? somethig to alert on every user profile they have a new whatever so they can reply . I mean obviously facebook has a great level but if anyone know about a similar system . I look for something similar en older question but, didn’t find anything. Please let me know as well if theres is something on jquery or others.
What matter to me is only a bubble counting how many new received has the actual user . I’m using Apache on Linux and aware of using something like commet (long polling) does anyone know a working sample of comet,Ajax Push,Reverse Ajax,Two-way-web, HTTP Streaming,HTTP server push (othewr name of comet)?
thank in advance.
This would require something a little more than just Javascript.
Have a look into Signal R?
It uses long polling to provide fast and efficient responses.