craigkj312 / Kitura-Sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kitura

Mac OS X Linux Apache 2 Join the chat at https://gitter.im/IBM-Swift/Kitura

Sample application for Kitura Web Framework

Summary

This is a sample Kitura application. See instructions for Installation on OS X or Installation on Linux.

Clone, build and run

  1. git clone https://github.com/IBM-Swift/Kitura-Sample.git && cd Kitura-Sample

Note: do not use the GitHub "Download ZIP" button

  1. make run

You should see message Listening on port 8090. The result executable is located in .build/debug directory: ./.build/debug/KituraSample 3. Open your browser at http://localhost:8090

Kitura Wiki

Feel free to visit our Wiki for our roadmap and some tutorials.

License

This sample app is licensed under Apache 2.0. Full license text is available in LICENSE.

About

License:Apache License 2.0


Languages

Language:Swift 80.6%Language:HTML 9.7%Language:Makefile 9.7%