robbiehanson/CocoaHTTPServer
A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5374
- days_rel: n/a
- days_push: 1051
- n_releases_24m: 0
Adoption not part of the score
5609 stars · 1302 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
CocoaHTTPServer is a small, lightweight, embeddable HTTP server library for Mac OS X and iOS applications written in Objective-C. It supports Bonjour broadcasting, IPv4/IPv6, SSL/TLS, password protection, WebDAV, and is built on GCD for asynchronous, scalable networking.
Use cases
- embed an HTTP server inside an iOS app for over-the-air document access
- add remote monitoring endpoints to a macOS desktop application
- serve files over local network with Bonjour discovery
- build an HTTP communication backend for a desktop app
- serve documents with WebDAV support from a Mac or iOS app
- add password-protected or SSL-encrypted local web serving to an app
When to choose
- you need an embedded HTTP server in a native macOS or iOS app
- you want Bonjour advertising, SSL/TLS, or WebDAV out of the box
- you need a lightweight, GCD-based server with fine-grained extensibility in Objective-C
When to avoid
- you are building a standalone production web server or microservice
- your project is in Swift and you prefer a modern Swift-native solution
- you need HTTP/2, async/await concurrency, or modern TLS features
- you require active community development - the project is in maintenance mode
Facets
library · maturity maintenance
http-server websocket auth cryptography developer-tools web-development apple-ecosystem embedded-http-server bonjour webdav gcd objective-c cocoapods ios-tools macos ios
1 source
- readme: https://github.com/robbiehanson/CocoaHTTPServer · fetched 2026-08-28 · 435119d0cf37
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| robbiehanson/CocoaHTTPServer | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="robbiehanson/CocoaHTTPServer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem