Skip to content

Commit

Permalink
Add ref to how-to for grpc web
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Dec 20, 2024
1 parent 6db8cec commit 56288d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blog/2024-12-11-whats-new-in-vert-x-5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@ The Vert.x gRPC Server supports the [gRPC Web](https://github.com/grpc/grpc/blob
protocol by default (i.e. without an intermediate proxy).

On the Vert.x side, enabling the gRPC Web protocol support is a mere switch in options.
In the near feature, we will provide a [tutorial](https://how-to.vertx.io/) explaining how to generate a browser client with `protoc` and to communicate with the server.

This [How-to](https://vertx.io/docs/howtos/grpc-web-howto/) explains how to generate a browser client
with `protoc` and to communicate with the server.

### gRPC deadlines

Expand Down

0 comments on commit 56288d4

Please sign in to comment.