jason 075d766964 first | há 3 anos atrás | |
---|---|---|
.. | ||
client | há 3 anos atrás | |
server | há 3 anos atrás | |
README.md | há 3 anos atrás |
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