Socket UDP Python Chat
Tutorial for creating a simple chat using UDP sockets in Python 3. The goal is to demonstrate unidirectional communication, where a client sends messages to a server. Learning to use sockets in python is a great way to combine programming knowledge and networks. Creating the chat in UDP. First we will show you how to […]
Socket UDP Python Chat Read More »