Skip to content

Commit

Permalink
Add new "ecosystem" section. (grpc#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampajano authored Aug 2, 2022
1 parent e1660d7 commit 056a1c6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,9 @@ call.on('status', (status: grpcWeb.Status) => {
For the full TypeScript example, see
[ts-example/client.ts](net/grpc/gateway/examples/echo/ts-example/client.ts).

## Proxy Interoperability
## Ecosystem

### Proxy Interoperability

Multiple proxies support the gRPC-web protocol.

Expand All @@ -300,8 +302,11 @@ Multiple proxies support the gRPC-web protocol.

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/).

### Web Frameworks with gRPC-Web support
- [Armeria](https://armeria.dev/docs/server-grpc/#grpc-web)

[Envoy]: https://www.envoyproxy.io
[gRPC]: https://grpc.io
[grpc-web-docs]: https://grpc.io/docs/languages/web
[gRPC-web Go Proxy]: https://github.com/improbable-eng/grpc-web/tree/master/go/grpcwebproxy
[Hello World example]: net/grpc/gateway/examples/helloworld
[Hello World example]: net/grpc/gateway/examples/helloworld

0 comments on commit 056a1c6

Please sign in to comment.