You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,8 @@ This library enables using all the functionality of a gRPC server even if it is
5
5
a reverse proxy which does not support HTTP/2, or only supports it for clients (such as Amazon's ALB).
6
6
This is accomplished via either adaptive downgrading to the gRPC-Web response format or utilizing WebSockets.
7
7
8
-
For a high-level overview, see [this Medium post](https://medium.com/stackrox-engineering/how-to-expose-grpc-services-behind-almost-any-load-balancer-e9ebf8e6d12a).
9
-
10
-
**Stay tuned for a high-level overview article to the WebSocket solution.**
8
+
For a high-level overview, see [this Medium post](https://medium.com/stackrox-engineering/how-to-expose-grpc-services-behind-almost-any-load-balancer-e9ebf8e6d12a)
9
+
about the gRPC-Web downgrade option and [this Medium post](https://medium.com/stackrox-engineering/grpc-anywhere-f29616087d54) about the gRPC-WebSocket option.
0 commit comments