Running a Web Server on iOS with Vapor | Kodeco, the new raywenderlich.com

With Vapor, your iOS app can be both the client and the server to control your data — or even other devices. This tutorial will show you how to get started with client-server communication in the same process.


This is a companion discussion topic for the original entry at https://www.kodeco.com/31498014-running-a-web-server-on-ios-with-vapor

Hi, thanks a lot for the tutorial!
I have question: where do I put a Public folder in iOS project to use FileMiddleware? I want to serve a static html with css and javascript / images.