No Description

George Barnett c8d550040c Add an underscore between generated service name and component (#2072) 1 year ago
.github cf29048827 Make examples standalone packages (#2067) 1 year ago
Examples cf29048827 Make examples standalone packages (#2067) 1 year ago
IntegrationTests 9bdb0d1abb Filter down main to v2 (#2066) 1 year ago
Sources c8d550040c Add an underscore between generated service name and component (#2072) 1 year ago
Tests c8d550040c Add an underscore between generated service name and component (#2072) 1 year ago
dev cf29048827 Make examples standalone packages (#2067) 1 year ago
.editorconfig 0e4aac54e8 Add editorconfig (#1920) 1 year ago
.gitignore 99e9956158 Add support for ordo-one/package-benchmark (#1678) 2 years ago
.gitmodules 63c6acfa40 Move CgRPC, gRPC, and QuickProto to "Sources" directory and add new top-level Package.swift. 9 years ago
.spi.yml ad52f944b2 Add a 'Hello, World' tutorial (#2023) 1 year ago
.swift-format 9cdcd2d9de Switch to swift-format 2 years ago
CODE-OF-CONDUCT.md 09b30466f6 Update links (#1926) 1 year ago
CONTRIBUTING.md 09b30466f6 Update links (#1926) 1 year ago
GOVERNANCE.md 09b30466f6 Update links (#1926) 1 year ago
LICENSE 6dde0518ca Revert to Apache 2.0 license verbatim [skip ci] (#504) 6 years ago
MAINTAINERS.md 09b30466f6 Update links (#1926) 1 year ago
NOTICES.txt 9bdb0d1abb Filter down main to v2 (#2066) 1 year ago
Package.swift c8d550040c Add an underscore between generated service name and component (#2072) 1 year ago
README.md 7e6f4cfac2 Point to correct docs from README (#2034) 1 year ago
SECURITY.md 7fbc418471 Add a security policy. (#1193) 4 years ago

README.md

gRPC Swift

This repository contains a gRPC code generator and runtime libraries for Swift. You can read more about gRPC on the gRPC project's website.

Versions

gRPC Swift is currently undergoing active development to take full advantage of Swift's native concurrency features. The culmination of this work will be a new major version, v2.x. Pre-release versions will be available in the near future.

In the meantime, v1.x is available and still supported. You can read more about it on the Swift Package Index.

Security

Please see SECURITY.md.

License

gRPC Swift is released under the same license as gRPC, repeated in LICENSE.

Contributing

Please get involved! See our guidelines for contributing.