jason 075d766964 first před 3 roky
..
client 075d766964 first před 3 roky
server 075d766964 first před 3 roky
README.md 075d766964 first před 3 roky

README.md

Multiplex

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