https://github.com/lokcito/grpc-server-demo
Created with CodeSandbox
https://github.com/lokcito/grpc-server-demo
Last synced: 3 months ago
JSON representation
Created with CodeSandbox
- Host: GitHub
- URL: https://github.com/lokcito/grpc-server-demo
- Owner: lokcito
- Created: 2024-12-13T13:17:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T22:32:20.000Z (6 months ago)
- Last Synced: 2025-02-12T15:19:39.248Z (5 months ago)
- Language: Python
- Homepage: https://codesandbox.io/p/github/lokcito/grpc-server-demo
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC Python - Equisd client
## Ejecutar para re-generar los archivos pb2
python -m grpc_tools.protoc --proto_path=./protos equisd.proto --python_out=./generated/ --grpc_python_out=./generated/
## O mejor:
- python -m grpc_tools.protoc --python_out=. -I. protos/equisd.proto
- python -m grpc_tools.protoc --grpc_python_out=. -I. protos/equisd.proto