Keine Beschreibung

George Barnett ae3f3f5cd0 Bump dependency version (#39) vor 1 Jahr
.github 994419d6ca Update pull_request_label.yml (#35) vor 1 Jahr
IntegrationTests 5152e8f447 Separate out the security config from the rest of the transport config (#37) vor 1 Jahr
Sources 86231a3cbe Add index pages for posix and niots transports (#34) vor 1 Jahr
Tests 5cd9f91152 Make sure we don't write additional DATA frames when flushing once request is finished (#19) vor 1 Jahr
dev f9cb377100 Migrate to common GitHub Actions (#21) vor 1 Jahr
.editorconfig b49755cf47 Add editorconfig (#1920) vor 1 Jahr
.gitignore 420011a240 Add support for ordo-one/package-benchmark (#1678) vor 2 Jahren
.license_header_template f9cb377100 Migrate to common GitHub Actions (#21) vor 1 Jahr
.licenseignore 058c8ca32b Fixup soundness checks (#24) vor 1 Jahr
.spi.yml 54ce64bc3b Add README, docs and .spi.yml (#9) vor 1 Jahr
.swift-format 480ca25da7 Switch to swift-format vor 2 Jahren
.swiftformatignore 058c8ca32b Fixup soundness checks (#24) vor 1 Jahr
.unacceptablelanguageignore 058c8ca32b Fixup soundness checks (#24) vor 1 Jahr
CODE-OF-CONDUCT.md c5170cf2b9 Update links (#1926) vor 1 Jahr
CONTRIBUTING.md 54ce64bc3b Add README, docs and .spi.yml (#9) vor 1 Jahr
GOVERNANCE.md c5170cf2b9 Update links (#1926) vor 1 Jahr
LICENSE 23fd698b62 Revert to Apache 2.0 license verbatim [skip ci] (#504) vor 6 Jahren
Package.swift ae3f3f5cd0 Bump dependency version (#39) vor 1 Jahr
README.md 54ce64bc3b Add README, docs and .spi.yml (#9) vor 1 Jahr
SECURITY.md 54ce64bc3b Add README, docs and .spi.yml (#9) vor 1 Jahr

README.md

gRPC Swift NIO Transport

This repository contains high-performance HTTP/2 client and server transport implementations for gRPC Swift built on top of SwiftNIO.

  • 📚 Documentation is available on the Swift Package Index
  • 🎓 Tutorials are available in the documentation for grpc/grpc-swift on the [Swift Package Index][spi-grpc-swift].
  • 💻 Examples are available in the Examples directory of the grpc/grpc-swift repository
  • 🚀 Contributions are welcome, please see CONTRIBUTING.md
  • 🪪 License is Apache 2.0, repeated in LICENSE
  • 🔒 Security issues should be reported via the process in SECURITY.md