Implementation of a chat with gRPC in Python. User could act as a client or server. If the application runs as a server, the IP address and port will be generated. Otherwise, the IP and port of a host should be specified and server should be already running.
pip install -r requirements.txt
python3 main.py