{"id":15066961,"url":"https://github.com/kitura/kitura","last_synced_at":"2025-05-14T04:06:41.711Z","repository":{"id":41960289,"uuid":"51308720","full_name":"Kitura/Kitura","owner":"Kitura","description":"A Swift web framework and HTTP server.","archived":false,"fork":false,"pushed_at":"2022-10-07T05:43:45.000Z","size":7795,"stargazers_count":7632,"open_issues_count":92,"forks_count":495,"subscribers_count":241,"default_branch":"master","last_synced_at":"2025-05-11T13:47:09.124Z","etag":null,"topics":["kitura","routing","server","server-side-swift","ssl","swift","web"],"latest_commit_sha":null,"homepage":"http://www.kitura.dev","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kitura.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-08T16:12:21.000Z","updated_at":"2025-05-04T16:42:05.000Z","dependencies_parsed_at":"2022-08-31T03:01:10.502Z","dependency_job_id":null,"html_url":"https://github.com/Kitura/Kitura","commit_stats":null,"previous_names":["ibm-swift/kitura"],"tags_count":167,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitura%2FKitura","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitura%2FKitura/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitura%2FKitura/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kitura%2FKitura/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kitura","download_url":"https://codeload.github.com/Kitura/Kitura/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254069223,"owners_count":22009513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kitura","routing","server","server-side-swift","ssl","swift","web"],"created_at":"2024-09-25T01:14:33.083Z","updated_at":"2025-05-14T04:06:41.259Z","avatar_url":"https://github.com/Kitura.png","language":"Swift","readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.kitura.dev\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/Kitura/Kitura/master/Documentation/KituraLogo-wide.png\" height=\"100\" alt=\"Kitura\"\u003e\n\u003c/a\u003e\n\u003cp align=\"center\"\u003e\u003cstrong\u003eA Swift Web Framework and HTTP Server\u003c/strong\u003e\u003c/p\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://www.kitura.io/packages.html#all\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/docs-kitura.io-1FBCE4.svg\" alt=\"Docs\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://travis-ci.org/Kitura/Kitura\"\u003e\n\u003cimg src=\"https://travis-ci.org/Kitura/Kitura.svg?branch=master\" alt=\"Build Status - Master\"\u003e\n\u003c/a\u003e\n\u003cimg src=\"https://img.shields.io/badge/os-macOS-green.svg?style=flat\" alt=\"macOS\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/os-linux-green.svg?style=flat\" alt=\"Linux\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/license-Apache2-blue.svg?style=flat\" alt=\"Apache 2\"\u003e\n\u003ca href=\"https://codecov.io/gh/Kitura/Kitura\"\u003e\n\u003cimg src=\"https://codecov.io/gh/Kitura/Kitura/branch/master/graph/badge.svg\" alt=\"codecov\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://codebeat.co/projects/github-com-ibm-swift-kitura\"\u003e\n\u003cimg src=\"https://codebeat.co/badges/d2d1cb10-e587-44b7-b63a-0a76ffb7bd96\" alt=\"codebeat badge\"\u003e\n\u003c/a\u003e\n\u003ca href=\"http://swift-at-ibm-slack.mybluemix.net/\"\u003e\n\u003cimg src=\"http://swift-at-ibm-slack.mybluemix.net/badge.svg\" alt=\"Slack Status\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Summary\n\nKitura 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).\n\n## Table of Contents\n* [Summary](#summary)\n* [Features](#features)\n* [Getting Started](#getting-started)\n* [Contributing to Kitura](#contributing-to-kitura)\n* [Community](#community)\n\n## Features\n\n- URL routing (e.g., GET, POST, PUT, DELETE, PATCH)\n- Codable routing\n- URL parameters\n- Static file serving\n- [FastCGI support](https://github.com/Kitura/Kitura/blob/master/Documentation/FastCGI.md)\n- SSL/TLS support\n- Pluggable middleware\n\n## Getting Started\n\nVisit [https://www.kitura.dev](https://www.kitura.dev/) for a Getting Started guide, tutorials, and API reference documentation.\n\n## Contributing to Kitura\n\nAll improvements to Kitura are very welcome! Here's how to get started with developing Kitura itself.\n\n1. Clone this repository.\n\n  `$ git clone https://github.com/Kitura/Kitura`\n\n2. Build and run tests.\n\n  `$ swift test`\n\nYou can find more info on contributing to Kitura in our [contributing guidelines](https://github.com/Kitura/Kitura/blob/master/.github/CONTRIBUTING.md).\n\n## Notes\n\n* 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.\n* Most Kitura packages have been updated to require at least Swift 5.2 in order to maintain backward compatibility.\n\n\n## Community\n\nWe love to talk server-side Swift, and Kitura. Join our [Slack](http://swift-at-ibm-slack.mybluemix.net/) to meet the team!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitura%2Fkitura","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkitura%2Fkitura","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkitura%2Fkitura/lists"}