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