File: README.md

package info (click to toggle)
golang-google-grpc 1.38.0%2Breally1.33.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,168 kB
  • sloc: sh: 724; makefile: 76
file content (14 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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
```