In-Site Instant Messaging-Framework?

1.9k Views Asked by At

Is there any instant messaging framework or service that enables in-site chatting like the Facebook chat-bar or the Meebo bar?

3

There are 3 best solutions below

0
On BEST ANSWER

There seems to be a solution now named CometChat, which is a commercial product.

http://www.cometchat.com/

0
On

I think you should read about COMET. For making your own instant messaging system.

You can find more information on wikipedia:

http://en.wikipedia.org/wiki/Comet_%28programming%29

0
On

As already mentioned this could be implemented via a technique called Comet. (The term was coined by Alex Russell in a blog entry.) But PHP does not seem to be very well suited for this technique as already discussed on StackOverflow:

You should have a look at these threads because they also provide further explanations as well as hints for solutions or alternativ implementations.