# twitter-archive/CocoaSPDY

SPDY for iOS and OS X

Repository: https://github.com/twitter-archive/CocoaSPDY
Canonical: https://ross.abutalabs.com/products/cocoaspdy
Language: Objective-C
License: Apache-2.0
License Family: permissive
Archived: true
Last push: 2017-04-03T16:48:52+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4641, "days_push": 3439, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2375, forks 227 (observed 2026-08-28T04:06:42.003146+00:00)

## What it is
CocoaSPDY is an Objective-C framework implementing the SPDY/3.1 protocol for iOS and OS X, integrating with the NSURL stack to speed up HTTP requests via multiplexing and header compression. It is archived by Twitter and unmaintained, as SPDY has been superseded by HTTP/2.

## Use cases
- speed up http requests in an ios app with spdy multiplexing
- add spdy 3.1 support to an osx app using nsurlsession
- reduce header overhead with spdy compression on ios
- integrate spdy with afnetworking on ios
- issue many concurrent requests over one tcp connection on ios

## When to choose
- you must maintain a legacy iOS/OS X app that still talks to an SPDY-only server
- you need SPDY/3.1 client support in Objective-C on Apple platforms

## When to avoid
- starting any new project - SPDY is deprecated in favor of HTTP/2
- you need server push, which was never implemented
- you need a maintained, supported networking library
- your stack already supports HTTP/2 via NSURLSession

## Facets
- artifact type: library
- maturity: abandoned
- function: http-client, networking, serialization, concurrency
- domain: networking, mobile-development, developer-tools, performance
- platform: cross-platform
- tags: spdy, objective-c, http-protocol, urlsession, deprecated-protocol, twitter, ios, macos, apple-ecosystem

## Member repositories
- twitter-archive/CocoaSPDY (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:42.003146+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:35:04.224386+00:00, confidence not recorded.
  - readme: https://github.com/twitter-archive/CocoaSPDY (fetched 2026-08-28T04:06:42.003146+00:00, sha 99e77a30e307)
- Data as of 2026-08-30T08:39:29.467469+00:00.
