grpc-go/examples/features/compression
eshitachandwani 5fd98530cf
examples: improve package comments (#7658)
2024-10-07 10:28:35 -07:00
..
client examples: improve package comments (#7658) 2024-10-07 10:28:35 -07:00
server examples: improve package comments (#7658) 2024-10-07 10:28:35 -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