views:

143

answers:

2

What are all the best / most popular ASP.NET AJAX chat room components out there and how do they weigh in terms of robustness, flexibility, portability?

+6  A: 

HTTP chat set ups suck. GMails fails all the time and Facebook's isn't much better. Please, for all our sakes use a Flash or Silverlight app for this.

Spencer Ruport
+1: I was about to type this until I saw your post..
RSolberg
It's nice to pick on HTTP, but since we're dealing with websites, and clients behind firewalls, it's often the only way. Silverlight chat samples also use HTTP for the exact same reason.
Gidon
Gidon even that is far more reliable than using the browser.
Spencer Ruport
A: 

AJAX chat is awful because HTTP is a terrible protocol for two-way push communication. For the sake of your users, please take a different route.

(I see this is practically the same as @Spencer's answer. UV that :) )

Rex M