https://github.com/zsxoff/dependency-injector-grpc-example
Example of using the dependency-injector and gRPC client/server
https://github.com/zsxoff/dependency-injector-grpc-example
Last synced: 10 months ago
JSON representation
Example of using the dependency-injector and gRPC client/server
- Host: GitHub
- URL: https://github.com/zsxoff/dependency-injector-grpc-example
- Owner: zsxoff
- License: unlicense
- Created: 2025-01-21T17:56:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T21:44:27.000Z (over 1 year ago)
- Last Synced: 2025-02-13T22:33:53.654Z (over 1 year ago)
- Language: Python
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dependency-injector-grpc-example
Example of using the dependency-injector and gRPC client/server.
## Using generated gRPC library
Use `export PYTHONPATH=${PWD}` before running client or server.