What is SwiftPhoenixClient?
masterSwiftPhoenixClient is a Swift port of phoenix.js. It allows Swift projects to connect to a Phoenix Websocket backend. The core module provides logic for Phoenix Channels and Presence.
Technical Requirements:
- It uses
URLSession's default WebSocket implementation. - Requires a minimum iOS target of 13.0 for the core module functionality.