erndev / Kitura-PhotoServer

Experimenting with Kitura Server side components for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kitura-PhotoServer

Just playing around with kitura Server

#PhotoServer

Implements a simple REST api using Kitura. It provides just an endpoint (photo) and it has methods to read photos (GET), add photos (POST) and delete (DELETE)

#KituraClient

iOS Client that connects to the kitura server using NSURLSession

About

Experimenting with Kitura Server side components for Swift


Languages

Language:Swift 96.5%Language:Objective-C 3.5%