X Tutup
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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
X Tutup