1
0
Fork 0
mirror of https://github.com/Luzifer/nginx-sso.git synced 2024-10-18 23:54:20 +00:00
nginx-sso/vendor/google.golang.org/grpc/examples/features/compression/README.md

15 lines
323 B
Markdown
Raw Normal View History

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