Skip to content

thethinkingman/SwiftAsyncSocket

 
 

Repository files navigation

SwiftAsyncSocket

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.

Goals

  • 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

Roadmap

  • 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

Installation

Swift Package Manager

Simply add the package dependency to your project using the following Package URL:

https://github.com/thethinkingman/SwiftAsyncSocket

Additional Information

About

A GCD based Async socket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 99.8%
  • Ruby 0.2%