DEV Community

Discussion on: gRPC quick start in Go

Collapse
 
dannypsnl profile image
林子篆

A short answer is it's possible, but that also means you are using HTTP2 directly.
That would make the gRPC became useless. Or you have to implement client/server-side abstraction for RPC.
Therefore I guess you probably can use .proto, just redirect to existed services.

Collapse
 
bimbimprasetyoafif profile image
Bimo Prasetyo Afif

maybe last option helpful for me. okay i will try it. thanks for suggest me :)