views:

505

answers:

4

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
A: 

if you are looking for a product, you can check cute chat.

Demo:

http://dotnetdate.com/

DenialWhite
A: 

if you just look for free see this http://steveorr.net/Articles/WebChat.aspx

MeqDotNet
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