Skip to content

Commit 9170d05

Browse files
authored
Link gRPC-WebSocket Medium post (#2)
1 parent ceaf053 commit 9170d05

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ This library enables using all the functionality of a gRPC server even if it is
55
a reverse proxy which does not support HTTP/2, or only supports it for clients (such as Amazon's ALB).
66
This is accomplished via either adaptive downgrading to the gRPC-Web response format or utilizing WebSockets.
77

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.
1110

1211
Connection Compatibility Overview
1312
---------------------------------

0 commit comments

Comments
 (0)