xref: /aosp_15_r20/external/flatbuffers/grpc/examples/swift/Greeter/README.md (revision 890232f25432b36107d06881e0a25aaa6b473652)
1# FlatBuffers.GRPC.Swift
2
3The 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}`
8