Open Source iOS Library Providing A Lightweight GCD Based HTTP Server

Previously I mentioned the CocoaHTTPServer that provides a simple http server for your apps, and a wrapper and guide for using the mongoose server within your apps.

Here’s an open source iOS library from Pierre-Oliver Latour that provides a lightweight embeddable http web server called GCDWebServer.

GCDWebServer is built with an event-driven design using grand central dispatch, and provides a number of very nice extra features such as JSON parsing and serialization, http compression with gzip and more. There are also extensions providing an interface for uploading/downloading files, and a WEBDAVServer.

You can find GCDWebServer on Github here.

An interesting iOS server library.

FacebookTwitterDiggStumbleUponGoogle Plus

Original article: Open Source iOS Library Providing A Lightweight GCD Based HTTP Server

©2014 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *