NestBox

Swift Web Server using the Nest interface.


License
BSD-3-Clause
Install
pod try NestBox

Documentation

Nest Box

Build Status

A man-made enclosure (server) for the applications using the Nest Web Server Gateway Interface.

Installation

pod 'NestBox'

Usage

import NestBox

let stop = serve("127.0.0.1", 8080) { environ in
  return ("200 OK", [], "Hello World!")
}

stop()

License

Nest Box is licensed under the BSD license. See LICENSE for more information