Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

nevi-me/grpc-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRPC Demos

These are grpc.io demos for various tasks, I have written them in Node.js and Java, but feel free to contribute more demos in other languages!

Python

To generate/update the Python gRPC code, you have to manually do it through the terminal. I don't know if there's a way to let a build tool do it for you, but here's how to do it:

# change folders into the python folder
cd python

# generate code
python -m grpc_tools.protoc -I../proto --python_out=. --grpc_python_out=. ../proto/interchange.proto

You'll obviously need to have installed required dependencies, being grpcio and grpcio_tools.

About

GRPC demos in sundry languages

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published