Software:Kitura
From HandWiki
Developer(s) | IBM and others |
---|---|
Initial release | 9 February 2016 |
Final release | 2.9.1
/ November 4, 2019[1] |
Written in | Swift |
Operating system | OS X, iOS, Linux |
Platform | x86, IBM Z |
Type | Web framework |
License | Apache License 2.0 |
Website | www |
Kitura is a free and open-source web framework written in Swift, developed by IBM and licensed under Apache License 2.0.[2][3] It’s an HTTP server and web framework for writing Swift server applications.
In December 2019, IBM announced it had no further plans to develop the Kitura framework.[4][5] As of January 2020, work on server-side Swift was discontinued at IBM.[6] In September 2020, Kitura transitioned to be a community-run project[7][8] however it struggled to gain traction within the developer community and so is no longer under active development.[9]
Features
- URL routing (GET, POST, PUT, DELETE)
- URL parameters
- Static file serving
- FastCGI support
- JSON parsing
- Pluggable middleware
See also
References
- ↑ "Kitura releases". https://github.com/IBM-Swift/Kitura/releases.
- ↑ "IBM-Swift/Kitura". https://github.com/IBM-Swift/Kitura.
- ↑ "Kitura" (in en-US). https://developer.ibm.com/components/kitura/.
- ↑ IBM update — Swift Forums
- ↑ IBM tailors Swift relationship after 'review of open source priorities' — The Register
- ↑ IBM Stops Work On Server-Side Swift — I Programmer
- ↑ "Kitura Is Now a Community Project" (in en-US). 2020-08-07. https://forums.swift.org/t/kitura-is-now-a-community-project/39199.
- ↑ "Community - 1st Steps - GitHub org transition" (in en-US). 2020-09-08. https://forums.swift.org/t/community-1st-steps-github-org-transition/40114.
- ↑ "Who Killed IBM Kitura?. And what does the future hold for server-side Swift?". https://betterprogramming.pub/who-killed-kitura-e5aa1096a4c1.
External links
Original source: https://en.wikipedia.org/wiki/Kitura.
Read more |