Skip to content

Intelligent-Robotics/grpc-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

Install dependencies

pip install -r requirements.txt

Generate gRPC code

python3 -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. counter.proto

Start the server

python3 server.py

Run the client

python3 client.py

About

Introduction to gRPC on Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages