By tag: ChatRoom
0
kicks
Building an AJAX based chat room in ASP.NET
"The sample application is a single chat room with many users. It maintains a list of users that gets populated as users log in. The list gets shorter as a user session times out. The chat room also permits the execution of some command-line-like functions such as /admin clear which clears the ...