IBM-Swift / Kitura-Mobile-Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kitura Builder for iOS

An iOS app to run Kitura on iOS.

Used as a submodule by Kitura HelloWorld/iOS and Kitura Sample/iOS.

macOS Apache 2 codebeat badge  Slack Status

To be used with a framework called SharedServerClient that must have RouterCreator class with method create(). This method must return an instance of KituraRouter class. The method is called by the app's code to run Kitura with the returned Router. See examples of SharedServerClient in Kitura HelloWorld/iOS and Kitura Sample/iOS.

Kitura Mobile Server

About

License:Apache License 2.0


Languages

Language:Swift 96.1%Language:C 3.9%