Bez popisu

George Barnett 0e459d706b Add more specific error messages for channel not ready (#138) před 1 týdnem
.github 11d1f0917a Add explicit read permissions to workflows (#137) před 1 měsícem
IntegrationTests e3069431c4 Move to grpc-swift-2 (#112) před 6 měsíci
Sources 0e459d706b Add more specific error messages for channel not ready (#138) před 1 týdnem
Tests e87ef6bc37 Reformat with 6.2 formatter (#135) před 1 měsícem
dev e3069431c4 Move to grpc-swift-2 (#112) před 6 měsíci
.editorconfig b49755cf47 Add editorconfig (#1920) před 1 rokem
.gitignore 420011a240 Add support for ordo-one/package-benchmark (#1678) před 2 roky
.license_header_template f9cb377100 Migrate to common GitHub Actions (#21) před 1 rokem
.licenseignore efa4422156 Rename the c zlib module (#58) před 10 měsíci
.spi.yml e4bf649e2e Group docs and fix visibility (#57) před 10 měsíci
.swift-format 480ca25da7 Switch to swift-format před 2 roky
.swiftformatignore 058c8ca32b Fixup soundness checks (#24) před 1 rokem
.unacceptablelanguageignore 058c8ca32b Fixup soundness checks (#24) před 1 rokem
CODE-OF-CONDUCT.md c5170cf2b9 Update links (#1926) před 1 rokem
CONTRIBUTING.md 54ce64bc3b Add README, docs and .spi.yml (#9) před 1 rokem
GOVERNANCE.md c5170cf2b9 Update links (#1926) před 1 rokem
LICENSE 23fd698b62 Revert to Apache 2.0 license verbatim [skip ci] (#504) před 6 roky
NOTICES.txt f251497e9a Avoid using accidental public API (#47) před 11 měsíci
Package.swift caa731fefc Allow using a customVerificationCallback for clients verifying servers (#134) před 1 měsícem
README.md e3069431c4 Move to grpc-swift-2 (#112) před 6 měsíci
SECURITY.md 54ce64bc3b Add README, docs and .spi.yml (#9) před 1 rokem

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