Question

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.

Was it helpful?

Solution

It's possible using web services and AJAX but you'll have to hand code it all if you're using 1.1.

OTHER TIPS

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top