grpc-go/examples/features/compression
Arvind Bright 8320224ff0
.*: revive from unused_parameters (#7577)
2024-08-30 10:41:30 -07:00
..
client Update docs and examples and tests to use NewClient instead of Dial (#7068) 2024-04-19 10:55:23 -07:00
server .*: revive from unused_parameters (#7577) 2024-08-30 10:41:30 -07:00
README.md example: compression (#2527) 2018-12-21 13:55:59 -08:00

README.md

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.

go run server/main.go
go run client/main.go