Skip to content

Commit

Permalink
Update gRPC and gRPC-Web links (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebello95 committed Mar 28, 2023
1 parent 062ec97 commit b3ed034
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Examples/ElizaCocoaPodsApp/README.md
Expand Up @@ -9,8 +9,8 @@ the Connect library:

- [Connect](https://connect.build) + unary
- [Connect](https://connect.build) + streaming
- [gRPC-Web](https://github.com/grpc/grpc-web) + unary
- [gRPC-Web](https://github.com/grpc/grpc-web) + streaming
- [gRPC-Web](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) + unary
- [gRPC-Web](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) + streaming

**Note that vanilla gRPC support is not available in this example because
[SwiftNIO does not support CocoaPods](https://github.com/apple/swift-nio/issues/2393).**
Expand Down
8 changes: 4 additions & 4 deletions Examples/ElizaSwiftPackageApp/README.md
Expand Up @@ -9,10 +9,10 @@ the Connect library:

- [Connect](https://connect.build) + unary
- [Connect](https://connect.build) + streaming
- [gRPC](https://grpc.io) + unary (using `ConnectGRPC` + `SwiftNIO`)
- [gRPC](https://grpc.io) + streaming (using `ConnectGRPC` + `SwiftNIO`)
- [gRPC-Web](https://github.com/grpc/grpc-web) + unary
- [gRPC-Web](https://github.com/grpc/grpc-web) + streaming
- [gRPC](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md) + unary (using `ConnectGRPC` + `SwiftNIO`)
- [gRPC](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md) + streaming (using `ConnectGRPC` + `SwiftNIO`)
- [gRPC-Web](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) + unary
- [gRPC-Web](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) + streaming

## Try it out

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -178,8 +178,8 @@ Offered under the [Apache 2 license](./LICENSE).
[connect-web]: https://www.npmjs.com/package/@bufbuild/connect-web
[error-handling]: https://connect.build/docs/swift/errors
[getting-started]: https://connect.build/docs/swift/getting-started
[grpc-protocol]: https://grpc.io
[grpc-web-protocol]: https://github.com/grpc/grpc-web
[grpc-protocol]: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md
[grpc-web-protocol]: https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md
[interceptors]: https://connect.build/docs/swift/interceptors
[protobuf]: https://developers.google.com/protocol-buffers
[slack]: https://buf.build/links/slack
Expand Down

0 comments on commit b3ed034

Please sign in to comment.