Nest Box
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