This directory contains code from Point-Free Episode: A Tour of isowords
It’s time to take a look at the other half of the isowords code base: the server! We’ll get you running the server locally, and then explore some benefits of developing client and server in Swift, such as simultaneously debugging both applications together, and sharing code.
The isowords source code is available on GitHub.