Slide 1

Slide 1 text

slack.kitura.io KITURA kitura.io Building a Social Network in Swift David Okun Developer advocate Kitura @dokun24 Ian Partridge Team lead Kitura @alfa

Slide 2

Slide 2 text

? Standalone MBaaS Bespoke Mobile backends

Slide 3

Slide 3 text

Mobile backends

Slide 4

Slide 4 text

Fast startup Low memory Interoperability Microservices

Slide 5

Slide 5 text

bit.ly/swiftallegro Case study: Allegro

Slide 6

Slide 6 text

Cloud ready - out of the box

Slide 7

Slide 7 text

{ "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" } } ... } } } } ...

Slide 8

Slide 8 text

Ecosystem momentum Swift Server Working Group (SSWG) ⌨ Language Server Protocol (LSP) Accelerated Linux releases More platforms

Slide 9

Slide 9 text

EmojiJournal: a Social Network in Swift

Slide 10

Slide 10 text

“But is it really ready for production?”

Slide 11

Slide 11 text

onlineswiftplayground.run

Slide 12

Slide 12 text

www.agenda.com

Slide 13

Slide 13 text

www.agenda.com

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

www.bankingofthings.io

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

Production monitoring: CPU 0.4% CPU

Slide 18

Slide 18 text

Production monitoring: RAM 25 MB