A package that aims to make the experience of implementing an asynchronous socket library written in Swift.
This project is based off of the CocoaAsyncSocket and SwiftAsnycSocket packages.
The CocoaAsyncSocket package was converted to Swift by Chouheiwa and packaged on Github as SwiftAsnycSocket.
This package was forked from SwiftAsnycSocket on 1st Sept 2024.
- Make the package easy to use
- Provide useful examples
- Make the code easier to maintain
- Convert Korean to English
- Focus on XCode and Swift implementations
- Get the package to Build within XCode
- Translate Korean text to English
- Make an example Swift application available
- Create useful documentation
- Implement in other environments
Simply add the package dependency to your project using the following Package URL:
https://github.com/thethinkingman/SwiftAsyncSocket
-
Swift Async Await vs GCD: Which One Should You Use for Your App?
A great read for those who want to get an understanding on the 2 approaches to reading an writing data asynchronously.