thrift/tutorial/swift/README.md
2022-12-16 00:09:39 +08:00

12 lines
228 B
Markdown

# Thrift Swift Tutorial
==================================================
## Run the tutorial code (client + server):
`make tutorial`
## Run the server only
`make tutorialserver`
## Run the client only
`make tutorialclient`