flatbuffers/grpc/examples/swift/Greeter
mustiikhalil 4c7a9c10d3
Adds JSON encoding to swift (#6874)
Updates generated code & removes unneeded protocol

Updates cpp to only generate code when flag is passed

Updates code gen script
2021-10-07 23:22:22 +02:00
..
Sources Adds JSON encoding to swift (#6874) 2021-10-07 23:22:22 +02:00
Package.swift Bump grpc to 1.0.0 (#6507) 2021-03-09 10:56:06 +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}