Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Kitura: Beyond Hello World

David Okun
December 19, 2016

Kitura: Beyond Hello World

I give you a real life example of how Kitura can handle your needs in a language you are familiar with.

David Okun

December 19, 2016
Tweet

More Decks by David Okun

Other Decks in Programming

Transcript

  1. Agenda • Why Swift? • Why Kitura? • Live Demo

    • Questions & Answers of 17 2
  2. AboutMe.swift • Joined IBM November 2016 • Learned about Kitura

    February 2016 • Previously worked on Mobile Tech at IDscan Biometrics Ltd. (London, UK) • Introduced to server work by Parse of 17 3
  3. Why Kitura? • Written like Express.js • IBM & Apple

    collaborate on Swift • Foundation just works • Libdispatch just works of 17 9
  4. Before The Demo • What is an API contract? •

    What is a microservice? of 17 12
  5. Recap • Swift performance makes it a hot candidate •

    Long term support = use your existing knowledge • Score Microservice: https://github.com/dokun1/nfl-score-scraper • This Kitura Demo: https://github.com/dokun1/ KituraMicroservicesDemo • http://www.kitura.io • Follow me on Twitter: @dokun24 15