[Swift] Moves grpc example to grpc/examples (#6479)

Updates generated Code

Removes grpc generation code from tests dir

Small fix to generate.sh
This commit is contained in:
mustiikhalil
2021-02-20 23:07:48 +03:00
committed by GitHub
parent 3b5365762d
commit b5da526e6d
11 changed files with 147 additions and 206 deletions

View File

@@ -0,0 +1,7 @@
# 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}`