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.
- Framework Providing A Lightweight Node.js Compatible Server That Runs Within iOS Apps
- Open Source: Communication Libraries For Easy In iOS App HTTP Servers And Asynchronous UDP/TCP Communication
- Lightweight iOS StoreKit Wrapper For Easier Product Fetching And Transaction Handling
- Tutorial: Building A Simple iOS TCP Socket Based App Client And Server
- Open Source iOS Objective-C Wrapper For Working With Microsoft SQL Server Databases
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.




