From 2d3f2a7766ffef41a79b6c05d4d6f28371eb5f4e Mon Sep 17 00:00:00 2001 From: Hamlet Azarian <42046651+hamletazarian@users.noreply.github.com> Date: Sun, 26 Aug 2018 10:50:26 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b78c0c4..abaa69c 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ A curated list of awesome Swift frameworks, libraries and software. Inspired by *Swift libraries and wrappers for HTTP clients.* * [Alamofire](https://github.com/Alamofire/Alamofire) - an HTTP networking library written in Swift. +* [SwiftEngine](https://github.com/swiftengine/SwiftEngine) - Apple Swift based HTTP server. The answer for a Swift based, turn key, crash resilient, high scale, and production grade web server * [SwiftHTTP](https://github.com/daltoniam/SwiftHTTP) - Thin wrapper around NSURLSession in swift. Simplifies HTTP requests. * [Net](https://github.com/nghialv/Net) - HttpRequest wrapper written in Swift. * [OAuthSwift](https://github.com/dongri/OAuthSwift) - Swift based OAuth library for iOS