UDP based chat application in Python
Hi there! Today we are going to create a UDP-based chat application in python. This is a small task. The modules we are going to use in it are :
Threading - for multithreading capabilities
Socket - for socket programming
Let's start
For this practi...
writtenwisdom.hashnode.dev2 min read