A simple chat application with basic functionalities. App is developed in python language using modules:
- Tkinter
- Socket
- Threading
- Unlimited number of people can join
- Realtime chat without any delay or lag
- Run the server.py file first and keep it open.
$ python3 server.py
- In another window, run the client.py file.
$ python3 client.py
- Enter the name that is to be displayed in chat.
- Enjoy chatting! :)
Currently the file is running in localhost which means you cannot chat with another computer. To do the same read the comments written beside HOST and PORT variables inside server.py and client.py files.