Sample application for Kitura Web Framework
This is a sample Kitura application. See instructions for Installation on OS X or Installation on Linux.
make run
You should see message Listening on port 8090. The result executable is located in .build/debug
directory: ./.build/debug/KituraSample
2. Open your browser at http://localhost:8090
Feel free to visit our Wiki for our roadmap and some tutorials.
This sample app is licensed under Apache 2.0. Full license text is available in LICENSE.