This is simple client-server communication project. It demonstrates how a server and client communicate over sockets. A timeout feature is also added to prevent infinite waiting.
- Start to server:
python3 server.py
- Start to client:
python3 client.py
- The client will connect to the server and exchange messages.