Task: Chat Server using Python
Create your own Chat Servers, and establish a network to transfer data using Socket Programing by creating both Server and Client machine as Sender and Receiver both. Do this program using UDP data transfer protocol.
Task Description:
🔅Create your own Chat Servers, and establish a network to transfer data using Socket Programing by creating both Server and Client machine as Sender and Receiver both. Do this program using UDP data transfer protocol
** Hint **
🔅 Use multi-threading concept to get and receive data parallelly from both the Server Sides. Observe the challenges that you face to achieve this using UDP.
Pre-Requisite:
a. Basics of Python Socket Programing
b. Two System with Python installed as For chat we need two Persons
c. Internet connectivity
Now let’s get started…..
✔STEP’s: We have to Create Both server Side as well as Client side Program