Solution: Write a UDP Chat App!

We'll cover the following

Client#

The client program uses a while loop to keep the conversation with the server alive. Furthermore, it uses connect() to ensure that only one server is connected to, and only replies from that server are received.

Server#


Great! Let’s look at how server and client programs can be written to run on TCP in Python3 in the next lesson!

Project: Write a UDP Chat App!
A TCP Client-Server Program
Mark as Completed
Report an Issue