Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ above steps.


For more example on how to build the client and an end-to-end example, please
see [this page](net/grpc/gateway/examples/echo).
see [this page](https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/echo).
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ General-Availability by Oct. 2018.

gRPC-Web clients connect to gRPC services via a special gateway proxy: the
current version of the library uses [Envoy](https://www.envoyproxy.io/) by
default, in which gRPC-Web support is built-in.
default, in which gRPC-Web support is built-in.

In the future, we expect gRPC-Web to be supported in language-specific Web
frameworks, such as Python, Java, and Node. See the
Expand Down Expand Up @@ -136,10 +136,10 @@ gateway proxy that allows the client to connect to the server. Our example
builds a simple C++ gRPC backend server and the Envoy proxy.

For the Echo service: see the
[service implementations](net/grpc/gateway/examples/echo/echo_service_impl.cc).
[service implementations](https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/echo/echo_service_impl.cc).

For the Envoy proxy: see the
[config yaml file](net/grpc/gateway/examples/echo/envoy.yaml).
[config yaml file](https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/echo/envoy.yaml).


### 3. Write your JS client
Expand Down Expand Up @@ -193,7 +193,7 @@ stream.on('end', function(end) {
```

You can find a more in-depth tutorial from
[this page](net/grpc/gateway/examples/echo/tutorial.md).
[this page](https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/echo/tutorial.md).


## Proxy Interoperability
Expand Down