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.

someone who has a good ajax chat plugin link? :(

i prefer jquery plugins but i can take a look for also other js frameworks plugins for sure :P

it's hard to find some good chat with also good style :(

share|improve this question
1  
Don't you sort-of also need a server-side solution? – Pointy Mar 15 '11 at 17:11
I would advise WebSockets as continious AJAX calls waste a lot of bandwidth. – pimvdb Mar 15 '11 at 17:11
Something like this would be relatively trivial using node.js with HTTP/1.1 and chunked encoding so you could stream data to the end user. – Scott Anderson Mar 15 '11 at 17:19

closed as off topic by Quentin, Jeff Atwood Mar 16 '11 at 9:22

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

If you are searching a non-free solution too, i can suggest CometChat

http://www.cometchat.com/

share|improve this answer

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