jason 075d766964 first | il y a 3 ans | |
---|---|---|
.. | ||
client | il y a 3 ans | |
server | il y a 3 ans | |
README.md | il y a 3 ans |
A grpc.ClientConn
can be shared by two stubs and two services can share a
grpc.Server
. This example illustrates how to perform both types of sharing.
go run server/main.go
go run client/main.go