Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lokcito/grpc-server-demo
Created with CodeSandbox
https://github.com/lokcito/grpc-server-demo
Last synced: about 11 hours 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T13:33:35.000Z (2 months ago)
- Last Synced: 2024-12-21T03:19:07.512Z (about 2 months ago)
- Language: Python
- Homepage: https://codesandbox.io/p/github/lokcito/grpc-server-demo
- Size: 11.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