TCP Client Server in Python | Socket Programming in Python



TCP Client Server in Python | Socket Programming in Python

TCP Client Server in Python | Socket Programming in Python

In this video, we are going to build a simple TCP client-server program in the python programming language. In this program, the client is going to send a word in lowercase to the server and the server is going to convert its lowercase word to uppercase and send it back to the server. .

Comments are closed.