免费 ASP.NET 聊天室/聊天室
我正在寻找一个简单且免费的 ASP.NET C#shoutbox/chat 应用程序,这样我就可以将其集成到一个小型游戏门户中。
唯一重要的是它应该有某种“禁止列表”,管理员可以在其中禁止和取消禁止人员。
到目前为止,我还没有找到具有此禁止功能的东西,我希望你伙计们知道这样的事情......
提前致谢
I am searching for a simple and free ASP.NET C# shoutbox/chat application, so i can integrate it in a small gamming portal.
The only important thing is that it should have some sort of "banned list", where the admin can ban and unban people.
So far i got no luck on finding something with this ban functionality, i hope you guys know something like this...
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
碰巧的是,Scott Hanselman 今天发布了一个名为 SignalR 的小宝石以及如何使用它来实现一个非常简单的聊天程序。非常有趣的东西。
http://www.hanselman.com/blog/AsynchronousScalableWebApplicationsWithRealtimePersistentLongrunningConnectionsWithSignalR.aspx
在此处查看它的运行情况:
http://chatapp.apphb.com/
您提到的禁止/取消禁止功能需要您自己做一些工作尽管。
不确定这是否是进入网站聊天的最简单方法,但它肯定是最有趣的:)
As it happened, Scott Hanselman posted about a little gem known as SignalR and how to use it to implement a very simple chat program just today. Pretty interesting stuff.
http://www.hanselman.com/blog/AsynchronousScalableWebApplicationsWithRealtimePersistentLongrunningConnectionsWithSignalR.aspx
See it running here:
http://chatapp.apphb.com/
The banning/unbanning feature you mention would need some work of your own though.
Not sure if its the easiest way to get chat into your site, but its certainly the most interesting :)
您尝试过 chatango.com 吗?它在任何网页上添加聊天功能。也可能有类似的替代方案。
此外,Steve Orr 还编写了一个用于聊天的 ASPx 控件。不确定它有多安全。
检查此链接:http://steveorr.net/articles/WebChat.aspx
Did you try chatango.com? It adds chat facilities on any web page. There might be similar alternatives to this as well.
Also, Steve Orr wrote an ASPx Control for chatting. Not sure how secure it is.
check this link : http://steveorr.net/articles/WebChat.aspx