Server
tcp> python .\server.py
Server listening on localhost:8080
Waiting for a connection...
Connection from 127.0.0.1:64780
Received message: Hello, server!
Waiting for a connection...`
Client
tcp> python .\client.py
Sending message: Hello, server!
Received message: Hello, this is 2023 year
Hello, this is the content of the file example.txt sent from the server.
2000