| commit | 72d5912424211561adc6f8e7bc502180631d9f8e | [log] [tgz] |
|---|---|---|
| author | Kino Roy <kroy@sfu.ca> | Tue Sep 06 17:34:02 2022 -0700 |
| committer | Jens Geyer <Jens-G@users.noreply.github.com> | Fri Sep 09 00:22:35 2022 +0200 |
| tree | aa267d7f641370fd554697a28fe587d61b74e278 | |
| parent | 5295195c37e9f0e0f67dab7166560e0071f00174 [diff] [blame] |
THRIFT-5621: Add Swift tutorial Client: swift
diff --git a/tutorial/swift/README.md b/tutorial/swift/README.md new file mode 100644 index 0000000..18a1e7b --- /dev/null +++ b/tutorial/swift/README.md
@@ -0,0 +1,11 @@ +# Thrift Swift Tutorial +================================================== + +## Run the tutorial code (client + server): +`make tutorial` + +## Run the server only +`make tutorialserver` + +## Run the client only +`make tutorialclient`