shauryauppal / Socket-Programming-Python

Client Server running code described with comments here.
https://www.linkedin.com/in/shaurya-uppal/
61 stars 31 forks source link

Added more examples of socket programming #9

Closed Shanu1515 closed 3 years ago

Shanu1515 commented 3 years ago

Added UDP Echo Client-Server application For issue #5

shauryauppal commented 3 years ago

What is this I asked for examples are use cases and you have added hello world type of code of socket programming making just connections.

Shanu1515 commented 3 years ago

But this is how UDP Echo Client server works. If you want I can add codes for Half Duplex or Full Duplex Chat application.