|
Client TCP in Java
Hi, I can get a tcp server to communicate with a client, and thread this to simultaneously communicate with more clients, but i don't know how to get the clients to be able to hear each other, i cant seem to even loop through clients to send to when i want the server to reply
Does anyone know how to do this, or have a simple tutorial on it?
Threads really confuse me.
Thanks.
|