tree: fa3c17d0525a1337d0cc84a7d94725e13ca27ab1 [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