Skip to content

Latest commit

 

History

History

0145-tour-of-isowords-pt4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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.