third party tool for chat?

左心房为你撑大大i 提交于 2019-12-02 08:16:31

问题


I want to develop a chat application for my product. Its done in java and spring .

The people in my product have there own domain name.

can you suggest any good third party tool, which is free.


回答1:


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




回答2:


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.



来源:https://stackoverflow.com/questions/5483103/third-party-tool-for-chat

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