yinqiwen / pbjson

A fast C++ serialization and de-serialization of Google's protobuf Messages into/from JSON format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qiying, help me

junneyang opened this issue · comments

Java Web的应用,需要对外同时提供gRPC、HTTP1的服务
怎么实现,求方案

solved,

gRPC is over http2

https://github.com/grpc-ecosystem/grpc-gateway
参考这个实现了个java版