Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/IBM-Swift/Kitura-Sample-iOS
https://github.com/IBM-Swift/Kitura-Sample-iOS
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/IBM-Swift/Kitura-Sample-iOS
- Owner: IBM-Swift
- License: apache-2.0
- Created: 2017-03-15T15:26:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T18:17:39.000Z (about 6 years ago)
- Last Synced: 2024-08-02T00:22:36.886Z (6 months ago)
- Language: Swift
- Size: 118 KB
- Stars: 4
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- Awesome-Swift-Packages - Kitura-Sample-iOS - Kitura-Sample-iOS. (Samples)
README
![Kitura Builder for iOS](https://raw.githubusercontent.com/IBM-Swift/Kitura-Builder-iOS/master/Documentation/KituraIOS.jpg)
# Kitura/iOS Sample
[![Build Status](https://travis-ci.org/IBM-Swift/Kitura-Sample-iOS.svg?branch=master)](https://travis-ci.org/IBM-Swift/Kitura-Sample-iOS)
![macOS](https://img.shields.io/badge/os-macOS-green.svg?style=flat)
![iOS](https://img.shields.io/badge/os-iOS-red.svg?style=flat)
![Apache 2](https://img.shields.io/badge/license-Apache2-blue.svg?style=flat)
[![codebeat badge](https://codebeat.co/badges/6ef0bad4-560b-4e47-98a6-47d99430518e)](https://codebeat.co/projects/github-com-ibm-swift-kitura-sample-ios-master)
[![Slack Status](http://swift-at-ibm-slack.mybluemix.net/badge.svg)](http://swift-at-ibm-slack.mybluemix.net/)Simple Kitura Sample Application (Server Side) embedded in an iOS app (Client Side).
The app demonstrates starting and stopping Kitura server, and presents Kitura log on the screen.See https://github.com/IBM-Swift/Kitura-HelloWorld-iOS for instructions.