Okay, i'm curious what it would take to be able to create a chat client that would run on multiple comps, or as a web app online, that would allow those running it to connect to a central chat room. like IRC i guess but my own creation of it. what would this take. like for the central server i guess, to receive and store and dish out all the info could an ASP.NET app do this? could this be done entierly via form/query post/request(s) in both the program and the ASP.NET app? if not what would I need to be using? some kind of sockets? if so can where can I find more info on using sockets.
thanks for any input.
thanks for any input.