1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 23:54:20 +00:00
nginx-sso/vendor/google.golang.org/grpc/examples/features/multiplex/README.md

13 lines
229 B
Markdown
Raw Normal View History

# 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
```