Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 650 Bytes

File metadata and controls

7 lines (5 loc) · 650 Bytes

This directory contains code from Point-Free Episode: A Tour of isowords

We wrap up our tour of isowords by showing off two powerful ways the iOS client and Swift server share code. Not only does the same code that routes server requests simultaneously power the API client, but we can write integration tests that exercise the full client–server lifecycle.

The isowords source code is available on GitHub.