https://github.com/codophobia/socket-programming-python
A simple implementation of Client Server Socket programming in Python.
https://github.com/codophobia/socket-programming-python
python3 socket-programming
Last synced: 3 months ago
JSON representation
A simple implementation of Client Server Socket programming in Python.
- Host: GitHub
- URL: https://github.com/codophobia/socket-programming-python
- Owner: codophobia
- Created: 2021-04-10T11:55:15.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-10T12:44:31.000Z (almost 5 years ago)
- Last Synced: 2025-03-13T06:32:12.716Z (10 months ago)
- Topics: python3, socket-programming
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket-Programming-Python
The following links can be useful in understanding the code and how to run it.
* [Intro to socket programming](https://youtu.be/_3ZaoBbfci8)
* [Socket programming with UDP](https://youtu.be/gEypv9hz8gQ)
* [Socket programming with TCP](https://youtu.be/TTq15o0nP6c)