now I try to develop the tcp chat server
So what I have done so far
-my server can only received string from the client
-My server can show the total of the connection
So what I want to ask
what do I need to do to make the server and all the other clients receive the message as well and the Server can choose to broadcast message to a single client or everyone.
plz give me some idea