online-chat Simple online chat on python Server Before starting the server, you need to configure the IP and PORT in the file server.py self.HOST = '192.168.1.4' self.PORT = 7777 Client To connect to the server, you must enter the username and IP of the server