kaizenflow icon indicating copy to clipboard operation
kaizenflow copied to clipboard

Spring2024_UDP_Chat_Application

Open abhinav12m opened this issue 1 year ago • 0 comments

Implementing a simple chat application using UDP for communication. Create a client-server model where multiple clients can connect to a server using UDP sockets. Messages sent by one client should be broadcast to all connected clients. Explore error handling and reliability in UDP connections. Add on to this idea to create multiple functionalities and explore!

  1. This official Python documentation provides comprehensive information about socket programming in Python, including both TCP and UDP protocols.- https://docs.python.org/3/library/socket.html

  2. Real Python offers a detailed tutorial on socket programming in Python, covering both TCP and UDP protocols with practical examples - https://realpython.com/python-sockets/

https://docs.google.com/document/d/1GEOmfpBUXiCua18wR1Hx1OMUVlku-1of/edit#heading=h.a3a3sqekr183

abhinav12m avatar Apr 23 '24 17:04 abhinav12m