flatbuffers/grpc/examples/swift/Greeter
mustiikhalil e6bbb3d22e
[Swift] Migrate to swift 6.0 and Implements support gRPC v2 (#8983)
* Migrate to swift 6.0 & swift-gRPC 2.0

The following migrates to swift 6.0, and also
migrate to swift-grpc 2.0 that uses swift-nio
under the hood to provide nicer API and async await

Adds sendable to enum & update @_implementationOnly imports to use internal imports

* Address PR comments regarding misspelling & proper method naming.
2026-05-06 04:39:53 +02:00
..
Sources [Swift] Migrate to swift 6.0 and Implements support gRPC v2 (#8983) 2026-05-06 04:39:53 +02:00
Package.swift [Swift] Migrate to swift 6.0 and Implements support gRPC v2 (#8983) 2026-05-06 04:39:53 +02:00
README.md [Swift] Moves grpc example to grpc/examples (#6479) 2021-02-20 23:07:48 +03:00

FlatBuffers.GRPC.Swift

The following is Swift example on how GRPC would be with Swift Flatbuffers, you can simply run the following commands:

swift run Server

swift run Client {port} {name}