[TS] Moves grpc code to examples folder (#6476)
[platform/upstream/flatbuffers.git] / grpc / examples / swift / Greeter / README.md
1 # FlatBuffers.GRPC.Swift
2
3 The following is Swift example on how GRPC would be with Swift Flatbuffers, you can simply run the following commands:
4
5 `swift run Server`
6
7 `swift run Client {port} {name}`