Getting started with Zewo
Zewo is a set of Swift packages that enable writing HTTP services. Most of the packages are focussed around this goal, but it also includes adapters for MySQL and PostgreSQL which is useful. The HTTP server is called Epoch and you can combine it with Router and Middleware to make a working API. To get going I wrote a simple /ping end point to see how it fits together. Epoch is built on libvenice (a… continue reading.


