Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 629 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 629 Bytes

simple-grpc-chat

Code style check

Description

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.

Requirements

pip install -r requirements.txt

Run

python3 main.py

Architecture

Architecture