Skip to content

This is a demo of client-server communication using gRPC.

Notifications You must be signed in to change notification settings

komal2110/gRPC-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPC-python

This is a demo of client-server communication using gRPC.

Use below command to generate protocol files from .proto file. e.g. python -m grpc.tools.protoc --proto_path=. --python_out=. --grpc_python_out=. hello.proto

To run this demo, start grpc server using this command from terminal 'python server.py'. Now keep the server started and run grpc client from another terminal by using command 'python client.py'.

About

This is a demo of client-server communication using gRPC.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages