Kitura CouchDB is a pure Swift client, that allows applications to interact with a CouchDB or Cloudant NoSQL database. We have just released Kitura-CouchDB 3.0,...
We are delighted to announce the release of Kitura 2.6, the latest release of the popular open source Swift web framework. Alongside this release are...
We have recently released version 3.0 of Swift-Kuery along with version 2.0 of Swift-Kuery-PostgreSQL, SwiftKueryMySQL and Swift-Kuery-SQLite. You can find a summary of the major...
The Kitura team is delighted to introduce this guest post from Frank Langel, creator of SCADE and KituraStudio. In our quest to bring the beauty...
Web application servers are generally “stateless” and handle HTTP requests independently. However, it’s common for a developer to want to link requests from the same...
Continue reading Kitura-Session 3.3: Sharing Codable objects between a user’s requests
We have just released version 3.0 of Swift-JWT, our library for creating, signing, and verifying JSON Web Tokens. This release adds Codable conformance to the...
IBM Toolkit for Swift on z/OS, V4.2 Community Edition We are pleased to announce a new release of IBM Toolkit for Swift on z/OS. IBM...
Continue reading Announcing IBM Toolkit for Swift on z/OS, V4.2 Community Edition

We have rewritten the Kitura Sample demo application to better showcase the capabilities of Kitura. This update adds interactive webpages so you can try out...
Continue reading Kitura Sample: A Swift Server example demonstrating the features of Kitura.

Kitura 2.5 has recently been released – the latest update to the popular and powerful Swift web framework. Enhanced OpenAPI support Kitura 2.4 introduced support...
Codable routing allows you to quickly build REST APIs that work directly with concrete Swift types. Kitura achieves this by using the Codable protocol to...