python-beginner-projects/projects/Socket at main · SenpaiKames/python-beginner-projects · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

Socket example

Implementation of a socket in python

How to run

# fist run the server
python ./server.py
# then run the client
python ./client.py