summaryrefslogtreecommitdiff
path: root/tutorial/swift/README.md
blob: 18a1e7b6d7bd3985937ab6b6f52afce904a79de4 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Thrift Swift Tutorial
==================================================

## Run the tutorial code (client + server):
`make tutorial`

## Run the server only
`make tutorialserver`

## Run the client only
`make tutorialclient`