tree: 0abe2b17c5dcf0ebf1649a97e2bffac83cac4b90 [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