This is an implementation of a simple “Chat Messenger” that is connection oriented (i.e. it uses TCP) and that consists of a Client and a Server Program.
- The Server runs first and waits for some client to contact it.
- Client Program starts and connects to the server.
- Client-Server sends and receives messages. The UI of this project is made using tkinter.