Swift@IBM Build powerful, fast and secure Swift apps for the server Quick Start Tutorial Get your first server side Swift app created and deployed in just minutes. Get Started Tutorials Access tutorials, guides and walkthroughs for building Swift applications on IBM Cloud. View Tutorials Resources Get samples, downloads, and tools for your next server side Swift project. View resources Events Find us at upcoming events including conferences and meetups, or host your own. Learn more Support Join the IBM DeveloperWorks community to ask questions and get help. Get help Slack Join the conversation, collaborate and contribute on our Slack team. Join Slack Recent blog posts Kitura/iOS Part 2: Software Engineering Principles of iPhone Web ServersIn my previous post about Kitura/iOS I described possible use cases for running a web server on iOS and introduced a hello world Kitura/iOS app. In brief, I explained how server-side Swift web frameworks allow developers to use the same web serving code on the server (macOS, Linux) and on the client, embedded in an...New Updates to BluePic!We are excited to announce that our team has just made several updates to the BluePic application. For those who are not familiar with BluePic, we built this application to demonstrate the capabilities available today for implementing an end-to-end solution [that can be deployed to the IBM Cloud] using the Swift programming language. BluePic is...Building a blog with Kitura and IBM CloudI've been experimenting with Kitura in order to add a back-end component to my iOS course. As a first step, I rewrote my website and blog and deployed it to IBM Cloud.KituraKit: Client-side REST made easyClient-side code should be as simple and concise as possible, and with a new library called KituraKit, developing web applications using REST has never been easier. Built on top of the new features introduced in the latest Kitura 2.0 release, KituraKit offers an API for calling REST requests, with support for Swift 4’s new Codable...Introducing Kitura 2.0Today at the Swift Summit we announced Kitura 2.0 , as well as a number of other tools and capabilities that form part of the Kitura ecosystem, aimed at radically simplifying the experience of building web APIs and using them from Swift client applications.Introducing Codable Routing in Kitura 2.0Kitura 2.0 adds Codable Routing, a radically simplified way of writing REST APIs in Swift enabling developers to create APIs in the same way that they would declare Swift functions. View all posts