JavaScript Concurrency Patterns in Swift with Async/Await In this post, we will explore the use of async & await patterns of handling asynchronous operations in Swift for those coming from a JavaScript background.
Swift How to Use Phoenix Websockets with Swift on iOS How to use Websockets to drive interactive, two-way, real-time communication between your iOS app and a server running the Phoenix Framework.