Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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