문제

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

도움이 되었습니까?

해결책 2

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

http://www.cometchat.com/

다른 팁

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

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top