chatbox widget in C# [closed]
开发者_开发知识库
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this questionany chatbox or chat widget or add-on that can be added on my web page? using C#.NET....
Thanks, Nhoyti
Take a look at these websites... All of these are AJAX based :)
https://blueimp.net/ajax/
http://ajaxim.com/
http://sourceforge.net/projects/ajax-chat/
http://socket7.net/page/lace
http://www.aspnetajaxchat.com/overview.html
http://www.vista-files.org/programs/estream/asp-net-ajax-chat.html
OK, ill be honest, these were top results for a Google search of "AJAX Chat" and "Free AJAX Chat"
If you just want to get away by integrating a chat application to your site, use simply a pre-built chat widget
If you want to know how to make a chat application for the fun of it or whatever reason, take a look @ this page
http://blogs.msdn.com/b/coding4fun/archive/2007/03/01/1785048.aspx
精彩评论