blob: 18a1e7b6d7bd3985937ab6b6f52afce904a79de4 [file] [log] [blame] [view]
Kino Roy72d59122022-09-06 17:34:02 -07001# Thrift Swift Tutorial
2==================================================
3
4## Run the tutorial code (client + server):
5`make tutorial`
6
7## Run the server only
8`make tutorialserver`
9
10## Run the client only
11`make tutorialclient`