flatbuffers/grpc/examples/swift/Greeter
mustiikhalil b5da526e6d
[Swift] Moves grpc example to grpc/examples (#6479)
Updates generated Code

Removes grpc generation code from tests dir

Small fix to generate.sh
2021-02-20 23:07:48 +03:00
..
Sources [Swift] Moves grpc example to grpc/examples (#6479) 2021-02-20 23:07:48 +03:00
Package.swift [Swift] Moves grpc example to grpc/examples (#6479) 2021-02-20 23:07:48 +03:00
README.md [Swift] Moves grpc example to grpc/examples (#6479) 2021-02-20 23:07:48 +03:00

README.md

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}