projects
/
platform
/
upstream
/
flatbuffers.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
More missing version changes
[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}`