Skip to content

Commit 54227cb

Browse files
gjcairoglbrntt
andauthored
Update README to include related repos (#2100)
Co-authored-by: George Barnett <[email protected]>
1 parent 574eea6 commit 54227cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ about gRPC on the [gRPC project's website][grpcio].
1313
- 🚀 **Contributions** are welcome, please see [CONTRIBUTING.md](CONTRIBUTING.md)
1414
- 🪪 **License** is Apache 2.0, repeated in [LICENSE](License)
1515
- 🔒 **Security** issues should be reported via the process in [SECURITY.md](SECURITY.md)
16+
- 🔀 **Related Repositories**:
17+
- [`grpc-swift-nio-transport`][grpc-swift-nio-transport] contains high-performance HTTP/2 client and server transport implementations for gRPC Swift built on top of SwiftNIO.
18+
- [`grpc-swift-protobuf`][grpc-swift-protobuf] contains integrations with SwiftProtobuf for gRPC Swift.
19+
- [`grpc-swift-extras`][grpc-swift-extras] contains optional extras for gRPC Swift.
20+
1621

1722
## Quick Start
1823

@@ -45,3 +50,6 @@ let package = Package(
4550
[gh-grpc]: https://github.com/grpc/grpc
4651
[grpcio]: https://grpc.io
4752
[spi-grpc-swift]: https://swiftpackageindex.com/grpc/grpc-swift/documentation
53+
[grpc-swift-nio-transport]: https://github.com/grpc/grpc-swift-nio-transport
54+
[grpc-swift-protobuf]: https://github.com/grpc/grpc-swift-protobuf
55+
[grpc-swift-extras]: https://github.com/grpc/grpc-swift-extras

0 commit comments

Comments
 (0)