开发者

In-Site Instant Messaging-Framework?

开发者 https://www.devze.com 2023-02-12 08:19 出处:网络
Is there any instant messaging framework or service that enables in-site chatting like the Facebook chat-bar or 开发者_JAVA技巧the Meebo bar?I think you should read about COMET. For making your own in

Is there any instant messaging framework or service that enables in-site chatting like the Facebook chat-bar or 开发者_JAVA技巧the Meebo bar?


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


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

http://www.cometchat.com/


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:

  • Using comet with PHP?
  • How to implement a chat room using Jquery/PHP?
  • solution for COMET and PHP

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

0

精彩评论

暂无评论...
验证码 换一张
取 消