shauryauppal / Socket-Programming-Python

Client Server running code described with comments here.
https://www.linkedin.com/in/shaurya-uppal/
61 stars 31 forks source link

how server computer get the message in cmd when client send the text to server computer #7

Open rahul6612 opened 5 years ago

rahul6612 commented 5 years ago

i have client computer and server computer which are connected with LAN cable. client computer has client.py file and server computer has server.py file when i am running the files in both computer then my client computer sending the text message to server computer that is good. But i want that when i run the client program the server computer get the text message in a pop box or in cmd (means i dont want to run separately server.py file in server computer it will automaitcally run when i run the client.py file) how i can do this.