简体   繁体   English

第三方聊天工具?

[英]third party tool for chat?

I want to develop a chat application for my product. 我想为我的产品开发一个聊天应用程序。 Its done in java and spring . 它是用java和spring完成的。

The people in my product have there own domain name. 我产品中的人都有自己的域名。

can you suggest any good third party tool, which is free. 您能否建议任何免费的优秀第三方工具?

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. 您的问题非常广泛,但是您可以看看http://java-source.net/open-source/chat-servers (用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. 正如您提到的域名一样,您可能需要基于Web的聊天解决方案,请查看-http: //chipchat.sourceforge.net/-

Update Users want a Web Based solution using a Comet Approach 更新用户需要使用Comet方法的基于Web的解决方案

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 也许尝试-http: //avricot.com/blog/index.php? post/2009/05/19/ AvriChat-%3A - Real - time - Chat - Javascript - Comet - and - Java - Server-http:/ /cometdaily.com/2009/10/23/concrete-comet-examples/还显示了带有评论的聊天示例

Please try Google it has all the information you will ever need. 请尝试使用Google,它具有您将需要的所有信息。

What about XMPP (the open protocol which is used by, amongst others, GTalk)? XMPP(GTalk等使用的开放协议)又如何呢? Have a look at http://code.google.com/appengine/docs/java/xmpp/overview.html 看看http://code.google.com/appengine/docs/java/xmpp/overview.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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