tree: 2c9baeab1d26d56ff2851fcfb269083f165d96f4 [path history] [tgz]
  1. client/
  2. server/
  3. README.md
examples/features/multiplex/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