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