Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aranajhonny/now-swift-example
- Owner: aranajhonny
- Created: 2017-03-09T21:17:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-10T00:19:27.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T00:35:16.862Z (about 2 months ago)
- Topics: kitura, now, server-side-swift, swift, zeit
- Language: Swift
- Homepage:
- Size: 2.93 KB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
#### 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