A real-time messaging application. Used sockets and threading to create server and client services. Applied networking principles.
- Python 3.7 or latest version
- Latest version of pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.pycurl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python3 get-pip.py
- Dependencies
pip3 install socket pip3 install threading
- Boot up server socket
python3 server.py- Boot up client(s)
python3 client.py- Open menu options
type *
press enter

