Skip to content

Commit

Permalink
Mention Apache APISIX as a proxy with grpc-web support. (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampajano authored Jul 21, 2022
1 parent 7fe18d1 commit e1660d7
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,18 +284,21 @@ For the full TypeScript example, see

## Proxy Interoperability

Multiple proxies support the gRPC-web protocol. The current default proxy
is [Envoy][], which supports gRPC-web out of the box.
Multiple proxies support the gRPC-web protocol.

```sh
$ docker-compose up -d node-server envoy commonjs-client
```
1. The current **default proxy** is [Envoy][], which supports gRPC-web out of the box.

You can also try the [gRPC-web Go proxy][].
```sh
$ docker-compose up -d node-server envoy commonjs-client
```

```sh
$ docker-compose up -d node-server grpcwebproxy binary-client
```
2. You can also try the [gRPC-web Go proxy][].

```sh
$ docker-compose up -d node-server grpcwebproxy binary-client
```

3. Apache [APISIX](https://apisix.apache.org/) has also added grpc-web support, and more details can be found [here](https://apisix.apache.org/blog/2022/01/25/apisix-grpc-web-integration/).

[Envoy]: https://www.envoyproxy.io
[gRPC]: https://grpc.io
Expand Down

0 comments on commit e1660d7

Please sign in to comment.