Kitura

所属分类:前端开发
开发工具:Swift
文件大小:1106KB
下载次数:0
上传日期:2022-10-07 05:43:45
上 传 者sh-1993
说明:  Swift网络框架和HTTP服务器。
(A Swift web framework and HTTP server.)

文件列表:
.codebeatignore (55, 2022-10-07)
.codeclimate.yml (643, 2022-10-07)
.jazzy.yaml (229, 2022-10-07)
.swift-test-parallel (22, 2022-10-07)
.swift-version (4, 2022-10-07)
.swiftlint.yml.disabled (303, 2022-10-07)
.travis.yml (1699, 2022-10-07)
Configuration (0, 2022-10-07)
Configuration\RouterHTTPVerbs.txt (814, 2022-10-07)
Documentation (0, 2022-10-07)
Documentation\CodeConventions.md (673, 2022-10-07)
Documentation\FastCGI.md (6024, 2022-10-07)
Documentation\KituraLogo-wide.png (10254, 2022-10-07)
Documentation\KituraLogo.png (6445, 2022-10-07)
Documentation\KituraLogo.svg (2713, 2022-10-07)
Documentation\Swift-logo.jpg (9927, 2022-10-07)
Documentation\bluemix-vm (0, 2022-10-07)
Documentation\bluemix-vm\Bluemix.md.backup (4854, 2022-10-07)
Documentation\bluemix-vm\images (0, 2022-10-07)
Documentation\bluemix-vm\images\swift-terminal.jpg (34302, 2022-10-07)
Documentation\bluemix-vm\images\vm-create-new-image.jpg (15521, 2022-10-07)
Documentation\bluemix-vm\images\vm-create.jpg (27293, 2022-10-07)
Documentation\bluemix-vm\images\vm-ssh-key.jpg (63659, 2022-10-07)
Documentation\bluemix-vm\images\vm-terminal.jpg (40015, 2022-10-07)
Documentation\bluemix-vm\images\vm-upload-image.jpg (47572, 2022-10-07)
LICENSE.txt (10173, 2022-10-07)
NOTICES.txt (1374, 2022-10-07)
Package.swift (2720, 2022-10-07)
Scripts (0, 2022-10-07)
Scripts\generate_router_verb_tests.sh (6585, 2022-10-07)
Scripts\generate_router_verbs.sh (5499, 2022-10-07)
Sources (0, 2022-10-07)
... ...

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](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). ## 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](http://swift-at-ibm-slack.mybluemix.net/) to meet the team!

近期下载者

相关文件


收藏者