Simple socket program using Python socket interface.
Install python3.6
for ubuntu
$ sudo apt-get install python3.6
for fedora
$ sudo yum install python3.6
socket is inBuild package in Python
first run server.py.
$ python3 server.py
$ python3 client.py