I'm new in python so please bear with me. I'm writing a GUI with server side and client side. clients are able to connect to the server. Then the server can choose clients that it wants to communicate with.
But now i'm facing a problem. I don't know how to send message to specific client. I did some research. It seem that i need a list to save the client's connection. But i still don't really understand it. So i'm looking for some simple example or clear concept. Thank you very much.