A client and server chat application
Run the server side appliceiton with the command:
python3 chat_server.py --name server --port 10000
Run the client side GUI with the command:
python3 ui.py
Cancel the client or server with the command:
quit
Note:
- Depends on your version of Python used change
python3accordingly. - At the connection page, please use
localhostas the IP address and10000as the port. - After closing the client GUI, if the client process continues to run, please use
quitcommand to close the backgorund processes. If problem persists, proceed toquitthe server application.