Simple Chat-App using UDP in Python
So, here I will create a Simple Chat App in Python programming language using the concepts of UDP (User Datagram Protocol ) socket and Multi-threading concepts.
UDP
UDP stands for User Datagram Protocol. It is a message-oriented communicatio...
codereek.hashnode.dev4 min read