Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aranajhonny/now-swift-example

Example for use Kitura framework and swift lang with https://zeit.co/now.
https://github.com/aranajhonny/now-swift-example

kitura now server-side-swift swift zeit

Last synced: 6 days ago
JSON representation

Example for use Kitura framework and swift lang with https://zeit.co/now.

Awesome Lists containing this project

README

        

# Kitura

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

This repo demonstrates deployment of the [Kitura](https://developer.ibm.com/swift/) using Node.js and Now.

## How to deploy

First, [download `now`](https://zeit.co/download). Then, clone this
repository and run `now`:

```bash
$ 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