Skip to content

a rough example for async communication using gRPC for uploading a file.

Notifications You must be signed in to change notification settings

pranjallk1995/gRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. --grpc_python_out=. async_file_upload.proto

  2. python3 -m file_server

  3. python3 -m client

About

a rough example for async communication using gRPC for uploading a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages