jason 075d766964 first | 3 роки тому | |
---|---|---|
.. | ||
client | 3 роки тому | |
server | 3 роки тому | |
README.md | 3 роки тому |
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