mirror of https://github.com/grpc/grpc-go.git
15 lines
323 B
Markdown
15 lines
323 B
Markdown
# Compression
|
|
|
|
This example shows how clients can specify compression options when performing
|
|
RPCs, and how to install support for compressors on the server. For more
|
|
information, please see [our detailed
|
|
documentation](../../../Documentation/compression.md).
|
|
|
|
```
|
|
go run server/main.go
|
|
```
|
|
|
|
```
|
|
go run client/main.go
|
|
```
|