TCP Chat
Terminal based TCP Chat using python
We implement a fully-functioning TCP chat with one server that hosts the chat and multiple clients that connect to it and communicate with each other.
References : https://www.neuralnine.com/tcp-chat-in-python/