Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 718 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 718 Bytes

Kitura

Kitura is a high performance and simple to use web framework for building modern Swift applications.

This repo demonstrates deployment of the Kitura using Node.js and Now.

How to deploy

First, download now. Then, clone this repository and run now:

$ https://github.com/aranajhonny/now-swift-example.git
$ cd now-swift-example
$ now

Example: https://now-swift-example.now.sh/

Source: https://now-swift-example.now.sh/_src

Official IBM starter run with this setup.

Example: https://github.com/aranajhonny/now-kitura-example.git