Hi, I was working on a chat program with multiple connections where every client connects to one server which is always running. But, I could not get the messages sent from the server to the client since they are different programs.
I've attached my client code and my server code if someone wants to help. (The 2 codes are not long btw.)