Kitura alternatives and similar libraries
Based on the "Server" category.
Alternatively, view Kitura alternatives based on common mentions on social networks and blogs.
-
Perfect
Server-side Swift. The Perfect core toolset and framework for Swift Developers. (For mobile back-end development, website and API development, and more…) -
GCDWebServer
DISCONTINUED. The #1 HTTP server for iOS, macOS & tvOS (also includes web based uploader & WebDAV server) -
Zewo
Lightweight library for web server applications in Swift on macOS and Linux powered by coroutines. -
smoke-framework
A light-weight server-side service framework written in the Swift programming language.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Kitura or a related project?
Popular Comparisons
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.
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.
- Clone this repository.
$ git clone https://github.com/Kitura/Kitura
- 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!
*Note that all licence references and agreements mentioned in the Kitura README section above
are relevant to that project's source code only.