.Net聊天室系统
我有一位客户要求在他的网站上添加聊天室系统。该站点构建在我无法直接访问的 Windows 服务器上,因此我在很大程度上仅限于使用 .Net 解决方案。虽然我可以从头开始构建一些东西,但我觉得从头开始在这个网站中构建一个功能齐全的聊天室系统将是相当密集的。
因此,我正在寻找一个预先存在的聊天室系统,我可以简单地将其插入他的网站并根据客户的目的配置/定制它。不幸的是,我仍在努力让客户弄清楚他想要什么,所以我真的不知道他想要的客户有多强大。
同样不幸的是,到目前为止,谷歌基本上让我失望了。
有谁知道已经存在的、内置于 .Net 框架中的聊天室解决方案。我更喜欢免费软件,但如果您建议购买解决方案,我可以将其添加到演示文稿中作为另一个可行的选择。
我也将继续我的研究,但非常感谢任何使用过 .Net 聊天室客户端并愿意向我推荐的人提供的经验丰富的意见。
谢谢。
I have a client that is requesting the addition of a chat room system to his website. The site is built on a windows server that I have no direct access to, so I'm largely restricted to working with .Net solutions. Although I could build something from the ground up, I feel it would be quite intensive to build a fully-featured chat room system into this site from scratch.
As a result, I am looking for a pre-existing chat room system that I can simply plug into his site and configure/customize it for the client's purposes. Unfortunately, I'm still trying to get the client to figure out the full scope of what he wants, so I don't really know how robust of a client he wants.
Also unfortunately, Google has mostly failed me thus far.
Does anyone know of a chat room solution that already exists, built in the .Net framework. I prefer freeware, but if you would suggest a purchased solution I could add that to the presentation as another viable option.
I'm going to continue my research as well, but would greatly appreciate experienced input from anyone who has used a .Net chat room client and would have one to recommend to me.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谷歌搜索“.net 聊天室”第二个结果是一个完整的应用程序:http://www.codeproject。 com/KB/ajax/ChatRoom.aspx
这是另一个:
http://www.codeproject.com/KB/aspnet/ASPNetChat.aspx
Steve C. Orr 提供的一个不错的干净解决方案(也是免费的):
http://steveorr.net/文章/webchat.aspx网站已移动,新位置可在以下位置找到:
http://devproconnections.com/aspnet/webchat
最后一个由 AzarmSharp 提供:http://www.highoncoding.com/Articles/224_Creating_a_Chat_Room_Using_ASP_NET_Client_Callbacks.aspx
他过去有一些关于asp的很好的例子。网。
Googled ".net chat room" 2nd result a complete app: http://www.codeproject.com/KB/ajax/ChatRoom.aspx
Here's another one:
http://www.codeproject.com/KB/aspnet/ASPNetChat.aspx
A nice clean solution (also free) by Steve C. Orr:
http://steveorr.net/articles/webchat.aspxWebsite moved, new location can be found at:
http://devproconnections.com/aspnet/webchat
Finally one by AzarmSharp: http://www.highoncoding.com/Articles/224_Creating_a_Chat_Room_Using_ASP_NET_Client_Callbacks.aspx
He's had some good examples in the past for asp.net.