* 业务代码中使用 [gRPC Gateway](https://github.com/grpc-ecosystem/grpc-gateway) * 使用 [Istio Envoy Filter](https://istio.io/latest/docs/reference/config/networking/envoy-filter/): gRPC-JSON Transcoder * 使用 Kong 等网关的 [gRPC-gateway 插件](https://docs.konghq.com/hub/kong-inc/grpc-gateway/) * 业务代码中使用 Gin 等 Web 框架自行实现一个 HTTP Server,内部的业务逻辑与 gRPC 复用