# Kitura **Repository Path**: flashhtml5/Kitura ## Basic Information - **Project Name**: Kitura - **Description**: No description available - **Primary Language**: Swift - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-02 - **Last Updated**: 2021-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
A Swift Web Framework and HTTP Server
## Summary Kitura is a web framework and web server that is created for web services written in Swift. For more information, visit [www.kitura.dev](https://www.kitura.dev). ## Table of Contents * [Summary](#summary) * [Features](#features) * [Getting Started](#getting-started) * [Contributing to Kitura](#contributing-to-kitura) * [Community](#community) ## Features - URL routing (e.g., GET, POST, PUT, DELETE, PATCH) - Codable routing - URL parameters - Static file serving - [FastCGI support](https://github.com/Kitura/Kitura/blob/master/Documentation/FastCGI.md) - SSL/TLS support - Pluggable middleware ## Getting Started Visit [https://www.kitura.dev](https://www.kitura.dev/) for a Getting Started guide, tutorials, and API reference documentation. ## Contributing to Kitura All improvements to Kitura are very welcome! Here's how to get started with developing Kitura itself. 1. Clone this repository. `$ git clone https://github.com/Kitura/Kitura` 2. Build and run tests. `$ swift test` You can find more info on contributing to Kitura in our [contributing guidelines](https://github.com/Kitura/Kitura/blob/master/.github/CONTRIBUTING.md). ## Community We love to talk server-side Swift, and Kitura. Join our [Slack](http://swift-at-ibm-slack.mybluemix.net/) to meet the team!