stallion5632 / py-grpc-chat-example

Пример простого консольного чата на gRPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A simple console chat on Python and gRPC

A simple console chat on Python and gRPC

Requirements

  • Python 3.7+

Installing dependencies

pip install -r requirements.txt

Generation python modules on proto files

compile_proto.bat

Run

Running server
python -m server
Running client
python -m client

About generated files

Two files are generated

  • Ending on '_pb2.py': module describing types and services
  • Ending on '_pb2_grpc.py': a module that implements gRPC.

About

Пример простого консольного чата на gRPC

License:MIT License


Languages

Language:Python 97.6%Language:Batchfile 2.4%