/Kitura-Sample

A sample application that shows how to use various features of Kitura

Primary LanguageSwiftApache License 2.0Apache-2.0

Kitura

macOS 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 installing on macOS or 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

License

This sample app is licensed under the Apache License, Version 2.0.