robbiehanson/CocoaAsyncSocket
Asynchronous socket networking library for Mac and iOS observed · 2026-08-28
Health v2 · maintenance only
63/100
- Activity 89
- Release rhythm 8
- Longevity 100
Flags: 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: 5398
- days_rel: n/a
- days_push: 71
- n_releases_24m: 0
Adoption not part of the score
12450 stars · 2990 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
CocoaAsyncSocket is an asynchronous TCP and UDP socket networking library for macOS, iOS, and tvOS, built on Grand Central Dispatch. It provides Objective-C classes (GCDAsyncSocket and GCDAsyncUdpSocket) with delegate-based, non-blocking read/write operations.
Use cases
- add TCP client/server networking to an iOS app
- implement async UDP communication on macOS
- build a socket-based protocol in Objective-C or Swift
- handle non-blocking socket reads and writes with timeouts
- stream data over TCP without blocking the main thread
When to choose
- you need battle-tested async TCP/UDP sockets on Apple platforms
- you want a self-contained Objective-C library with delegate callbacks
- you need CocoaPods, Carthage, or SPM integration
When to avoid
- you are targeting non-Apple platforms
- you prefer Swift-native networking like Network.framework
- you need higher-level HTTP or WebSocket abstractions
Facets
library · maturity stable
networking concurrency networking developer-tools cross-platform cpp tcp udp objective-c sockets gcd apple-platforms cocoapods macos ios swift
1 source
- readme: https://github.com/robbiehanson/CocoaAsyncSocket · fetched 2026-08-28 · 8d9ad6c72ebe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| robbiehanson/CocoaAsyncSocket | main | 63 |
For agents
markdown · JSON · MCP: product_card(name="robbiehanson/CocoaAsyncSocket")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem