Star
0
Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
项目讨论
Wiki
项目成员
12
分析
项目设置
Star
0
Fork
0
master
flatbuffers
/
grpc
/
examples
/
python
/
greeter
下载当前目录
文件
最后提交记录
最后更新时间
models
chore: init Log:
2 年前
README.md
chore: init Log:
2 年前
client.py
chore: init Log:
2 年前
server.py
chore: init Log:
2 年前
README
Python Greeter example
Prerequisite
You need to have grpc python installed on your device
pip install grpcio
How to run Server:
python server.py ${PORT}
How to run Client:
python client.py ${PORT} ${NAME}