Chat Service / Server for ASP.NET
Posted
by denisb
on Stack Overflow
See other posts from Stack Overflow
or by denisb
Published on 2010-03-20T22:11:22Z
Indexed on
2010/03/20
22:21 UTC
Read the original article
Hit count: 398
I'm looking to have a livechat service integrated within a site where I can create chat rooms on the fly based on participants tied to that specific area... Anyone recommend using a 3rd party service I can install on the server that integrated easily with .NET, or just build one using polling method? I'd like something with socket connection, but not sure what's out there that either cheap or free that I can use.
© Stack Overflow or respective owner