mirror of
https://github.com/harivansh-afk/claude-code-vertical.git
synced 2026-04-15 06:04:40 +00:00
1.3 KiB
1.3 KiB
Networking References
WWDC Sessions
-
WWDC 2018-715 — Introducing Network.framework: User-space networking demo (30% CPU reduction), deprecation of CFSocket/NSStream/SCNetworkReachability, smart connection establishment, mobility support
-
WWDC 2025-250 — Use structured concurrency with Network framework: NetworkConnection with async/await (iOS 26+), TLV framing and Coder protocol, NetworkListener and NetworkBrowser, Wi-Fi Aware peer-to-peer discovery
Apple Documentation
- Network Framework Documentation
- NWConnection
- NetworkConnection (iOS 26+)
- Building a Custom Peer-to-Peer Protocol
Related Axiom Skills
- networking-diag — Systematic troubleshooting for connection timeouts, TLS failures, data not arriving, performance issues
- network-framework-ref — Comprehensive API reference with all 12 WWDC 2025 code examples, migration strategies, testing checklists
- swift-concurrency — Async/await patterns, @MainActor usage, Task cancellation (needed for NetworkConnection)