What's my best bet for implementing a simple chat client (2-person) in an ASP.NET 1.1 application? I'm using ExtJS for the front-end so if it integrates well with that it would be great.
A:
It's possible using web services and AJAX but you'll have to hand code it all if you're using 1.1.
Spencer Ruport
2009-02-12 22:56:00
A:
DenialWhite
2010-03-19 03:21:39
A:
if you just look for free see this http://steveorr.net/Articles/WebChat.aspx
MeqDotNet
2010-05-10 08:05:31
A:
Hi,
I've recently published an opensource chatting application over at CodePlex. It takes inspiration from Google Talk as well as Facebook chat.
Check it out @ http://aspnetjquerychat.codeplex.com/
Ali Kazmi
2010-08-07 05:59:22