grpc-go/examples/features/compression
Doug Fawley 44d73dff99
cmd/protoc-gen-go-grpc: rework service registration (#3828)
2020-08-25 09:28:01 -07:00
..
client examples: add examples regression test script (#3118) 2019-10-31 13:11:53 -07:00
server cmd/protoc-gen-go-grpc: rework service registration (#3828) 2020-08-25 09:28:01 -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