简体   繁体   中英

Best jQuery/Java PHP solution for localhost server - client live chat

I have Apache server with PHP and associated local client PCs in my private network. Can anybody suggest the best chat solution to communicate between client PCs and a server? I am looking for an Ajax/Java solution, like the chat support inside GMail.

Did you consider the XMPP service from google app engine for java?

http://code.google.com/appengine/docs/java/xmpp/

It has very good integration obviously with the rest of google apis and the server can be hosted for free if you're under the quota, or running it on localserver using jetty

您可以使用免费的JQuery / PHP Chat ,并且可以将其集成到站点中。

Can't do it with Apache. Chat is usually done through a technique called Comet , which is not supported by Apache, AFAIK. GMail uses this technique.

Another, less efficient possibility is using polling strategy, which involves a lot of extraneous server-client communication.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM