Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 556 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 556 Bytes

Chatter_Py

This is a Chat App made by using Python and concepts of Socket Programming & Multithreading in which 2 VM's can chat with each other 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.

🔅 Use the 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.