Pythonoob2006
Technical User
As my name suggests, I have recently taken up python as a language (recently meaning 5 days ago). As it is my first language, I am still learning the ins and outs of programming. What I have done is setup a client and server .py chat program that can be used on my LAN. However, whenever multiple clients send messages to the server, anything any other client inputs can be seen only on the server. How would I be able to send back all the messages the server receives back to all the clients that are connected?