Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

2 Answers

up vote 0 down vote accepted

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.

share|improve this answer
Thank you for the help , if you remember something more, please let me now – Mik Zuit Feb 20 '12 at 21:41

Not exactly what you are asking for because I think most people just implement this themselves, but you should look at Humane JS.

share|improve this answer
Thank you for the help , if you remember something more, please let me now – Mik Zuit Feb 20 '12 at 21:41
yeah , i 'll try this , thank you mate – Mik Zuit Feb 21 '12 at 20:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.