

# Socket example
## 🛠️ Description
Implementation of a socket in python
## ⚙️ Languages or Frameworks Used
The program was created with Python3.
## 🌟 How to run
```
# fist run the server
python ./server.py
```
```
# then run the client
python ./client.py
```
## 🤖 Author
[Alexander Monterrosa](https://github.com/Alex108-lab)