third party tool for chat?

六眼飞鱼酱① 提交于 2019-12-02 07:28:59

What about XMPP (the open protocol which is used by, amongst others, GTalk)? Have a look at http://code.google.com/appengine/docs/java/xmpp/overview.html

You question is very broad but you could take a look at http://java-source.net/open-source/chat-servers for Open-Source Chat Servers written in Java. But these are actual servers that run and clients connect to. As you mentioned a domain-name you might want a Web Based Chat Solution, check out - http://chipchat.sourceforge.net/ - for this.

Update Users want a Web Based solution using a Comet Approach

Maybe try - http://avricot.com/blog/index.php?post/2009/05/19/AvriChat-%3A-Real-time-Chat-Javascript-Comet-and-Java-Server or - http://cometdaily.com/2009/10/23/concrete-comet-examples/ also shows a example of chat with comment

Please try Google it has all the information you will ever need.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!