Skip to content

Kitura/Kitura

Folders and files

NameName
Last commit message
Last commit date
Jan 26, 2018
Jul 28, 2016
Nov 6, 2017
Sep 14, 2017
Nov 4, 2019
Sep 17, 2022
Jan 27, 2021
Dec 1, 2016
Jun 10, 2016
Oct 27, 2017
Jan 27, 2021
Jan 10, 2019
Sep 27, 2019
Apr 22, 2022
Apr 22, 2022
Oct 27, 2017
Nov 17, 2017
Oct 7, 2022
Sep 17, 2022
Jan 9, 2018
Jan 27, 2021

Repository files navigation

Kitura

A Swift Web Framework and HTTP Server

Docs Build Status - Master macOS Linux Apache 2 codecov codebeat badge Slack Status

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.

Table of Contents

Features

  • URL routing (e.g., GET, POST, PUT, DELETE, PATCH)
  • Codable routing
  • URL parameters
  • Static file serving
  • FastCGI support
  • SSL/TLS support
  • Pluggable middleware

Getting Started

Visit 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

  1. Build and run tests.

$ swift test

You can find more info on contributing to Kitura in our contributing guidelines.

Notes

  • Swift-NIO is now the default network engine via the Kitura-NIO package. If for some reason you require the old Kitura-net package, you can still enable it by setting an environment variable KITURA_NIO=0 during build.
  • Most Kitura packages have been updated to require at least Swift 5.2 in order to maintain backward compatibility.

Community

We love to talk server-side Swift, and Kitura. Join our Slack to meet the team!