A socket program that runs a server which broadcasts to clients
Port number and hostname can be found in the 'server.py' and 'client.py'
To run the server and client to communicate, please do the following:
Server side
# Open new terminal and then enter
python server.py
Client Side
# Open another terminal tab and then enter with the 'Username' of your choice
python client.py 'Username'
Note: It is possible to run multiple Clients to communicate with each other