Search code examples
iosswiftvapor

Using Swift Vapor instead of PHP


I need an advise from an experienced Swift developer who have used Vapor framework.

I was planning to use php to create a control panel for an iOS and Android apps, but I was told to use Vapor http://vapor.codes/ instead of it.

Can anyone answer this question I have about Vapor? Searching internet didn't give me much answers and created some confusion.

  • When Vapor is ready, will we have a front end for it? I mean a user interface. Like I would have if the backend was created using php, and it's frontend using Bootstrap?

Solution

  • In Vapor you could render html pages using Leaf

    So yeah, you could build some website and/or admin panel using Vapor.