Chat server - please help
I'm using C#.net express.
I'm trying to make a chat server. I can make a server/client connection and use that to chat back and forth between the server and the client.
But I need to be able to have multiple clients and I don't know how to do that at all.
Can someone help me with this? Is there a tutorial for making a chat server in C# somewhere or an example of one I can look at?
|