GAE 标准中的 grpc

grpc in GAE Standard

是否可以使用 Python 在 GAE 标准环境中托管 gRPC 服务器?我看过 https://cloud.google.com/endpoints/docs/grpc/tutorials which seems to me you have to use ESP to host a gRPC server in GCP (GAE Standard is not listed here). Is ESP the only way to implement a gRPC server? Can't I write my own gRPC implementation such as https://grpc.io/docs/languages/python/basics/ 并在 GAE 标准中托管它?

对于基本问题,我深表歉意,因为 gRPC 对我来说还很陌生。

  1. 如群组对话中所述,gRPC 支持不适用于 App Engine here .
  2. Endpoints 支持 GKE、Compute Engine 和 Cloud 的 gRPC 服务 运行(测试版)。 App Engine for Python Cloud Endpoints control of API 可用的框架你可以参考 here
    Cloud Endpoints Frameworks