Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robbiehanson/CocoaHTTPServer
A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
https://github.com/robbiehanson/CocoaHTTPServer
Last synced: 7 days ago
JSON representation
A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
- Host: GitHub
- URL: https://github.com/robbiehanson/CocoaHTTPServer
- Owner: robbiehanson
- License: other
- Created: 2011-12-17T00:45:21.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T22:46:14.000Z (about 1 year ago)
- Last Synced: 2024-12-04T21:11:47.712Z (8 days ago)
- Language: Objective-C
- Homepage:
- Size: 1.65 MB
- Stars: 5,611
- Watchers: 278
- Forks: 1,307
- Open Issues: 128
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-ios - CocoaHTTPServer - A small, lightweight, embeddable HTTP server for macOS or iOS applications. (Server / Keychain)
- awesome-ios-star - CocoaHTTPServer - A small, lightweight, embeddable HTTP server for macOS or iOS applications. (Server / Keychain)
- awesome - CocoaHTTPServer - A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications (etc)
- awesome - CocoaHTTPServer - A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications (etc)
- awesome - CocoaHTTPServer - A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications. (OOM-Leaks-Crash / Networks)
README
# CocoaHTTPServer
[![Build Status](https://travis-ci.org/robbiehanson/CocoaHTTPServer.svg)](https://travis-ci.org/robbiehanson/CocoaHTTPServer)
[![Version](http://img.shields.io/cocoapods/v/CocoaHTTPServer.svg?style=flat)](http://cocoapods.org/?q=CocoaHTTPServer)
[![Platform](http://img.shields.io/cocoapods/p/CocoaHTTPServer.svg?style=flat)]()
[![License](http://img.shields.io/cocoapods/l/CocoaHTTPServer.svg?style=flat)](https://github.com/robbiehanson/CocoaHTTPServer/blob/master/LICENSE)CocoaHTTPServer is a small, lightweight, embeddable HTTP server for Mac OS X or iOS applications.
Sometimes developers need an embedded HTTP server in their app. Perhaps it's a server application with remote monitoring. Or perhaps it's a desktop application using HTTP for the communication backend. Or perhaps it's an iOS app providing over-the-air access to documents. Whatever your reason, CocoaHTTPServer can get the job done. It provides:
- Built in support for bonjour broadcasting
- IPv4 and IPv6 support
- Asynchronous networking using GCD and standard sockets
- Password protection support
- SSL/TLS encryption support
- Extremely FAST and memory efficient
- Extremely scalable (built entirely upon GCD)
- Heavily commented code
- Very easily extensible
- WebDAV is supported too!
Can't find the answer to your question in any of the [wiki](https://github.com/robbiehanson/CocoaHTTPServer/wiki) articles? Try the **[mailing list](http://groups.google.com/group/cocoahttpserver)**.
Love the project? Wanna buy me a coffee? (or a beer :D) [![donation](http://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=BHF2DJRETGV5S)