Running a Web Server on iOS with Vapor | 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.raywenderlich.com/31498014-running-a-web-server-on-ios-with-vapor

How can I access vapor server from my running device? (Note: Both are connected on same network).

Also there is any way to make this available on Internet. I read some info on the article itself. But it only provides vague idea. I would like learn that in detail.