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

Building a Social Network in Swift

Building a Social Network in Swift

“But is it really ready for production?” Server-side Swift has come a long way in just a few years. Ian Partridge and David Okun show how full-stack Swift is ready for your next project, along with the open standards you can take advantage of as you go live on the cloud. Spend more time writing Swift and less time talking about it!

Presented at try! Swift Tokyo 2019.

Ian Partridge

March 22, 2019
Tweet

More Decks by Ian Partridge

Other Decks in Programming

Transcript

  1. slack.kitura.io KITURA kitura.io Building a Social Network in Swift David

    Okun Developer advocate Kitura @dokun24 Ian Partridge Team lead Kitura @alfa
  2. { "basePath" : "/", "info" : { "description" : "Generated

    by Kitura", "title" : "Kitura Project", "version" : "1.0" }, "paths" : { "/users" : { "get" : { "consumes" : [ "application/json" ], "produces" : [ "application/json" ], "responses" : { "200" : { "description" : “OK", "schema" : { “$ref" : “#/definitions/User" } } ... } } } } ...
  3. Ecosystem momentum Swift Server Working Group (SSWG) ⌨ Language Server

    Protocol (LSP) Accelerated Linux releases More platforms