SwiftSocket
Alamofire
Our great sponsors
SwiftSocket | Alamofire | |
---|---|---|
1 | 12 | |
1,545 | 37,649 | |
1.6% | 0.9% | |
0.0 | 7.9 | |
26 days ago | 6 days ago | |
Swift | Swift | |
BSD 3-clause "New" or "Revised" License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SwiftSocket
-
Is there a reliable swift package for running a tcp connection from an ios app ?
I managed to make it kind of work with CFStreamCreatePairWithSocketToHost but it seems to be deprecated. SwiftSocket looks to be a good solution too but at this point I'm not very sure what to do or what to use.
Alamofire
- Alamofire - Elegant http networking in swift
- Swift Package Manager GitHub issue
-
Awesome macOS Libraries List
Alamofire - Alamofire is an HTTP networking library written in Swift. (de facto standard library for network) Language: Swift.
-
Cheezam – Shazam for Cheese
You can find an example using Alamofire, the most commonly used network framework, here.
https://github.com/Alamofire/Alamofire/blob/master/Documenta...
-
Building a restaurant iOS App
To add Alamofire, we'll be using Swift Package Manager. Xcode comes with built-in support for it and we'll not have to use external package managers like Cocoapods or Carthage. Click on File → Add Packages...
- Interoperability of Swift command line tool
-
Evitando conflitos no Xcode
import ProjectDescription let dependencies = Dependencies( carthage: [ .github(path: "Alamofire/Alamofire", requirement: .exact("5.0.4")), ], swiftPackageManager: [ .remote(url: "https://github.com/Alamofire/Alamofire", requirement: .upToNextMajor(from: "5.0.0")), ], platforms: [.iOS] )
-
Using Swift 5.5 Async Await to Fetch REST API
I have a prototype on a branch. Right now it's just continuations that wrap the completion handler API and may change significantly over time. The other APIs won't really change until we can rewrite major portions to the new async features.
-
Passing parameters as query string in URL using Alamofire 5?
https://github.com/Alamofire/Alamofire/blob/master/Documentation/Usage.md#get-request-with-url-encoded-parameters
You can checkout Request Parameters and Parameter Encoders for more details
What are some alternatives?
Moya - Network abstraction layer written in Swift.
WebSocket - WebSocket implementation for use by Client and Server
AFNetworking - A delightful networking framework for iOS, macOS, watchOS, and tvOS.
Socket.IO
Siesta - The civilized way to write REST API clients for iOS / macOS
SwiftHTTP - Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.
apollo-ios - 📱 A strongly-typed, caching GraphQL client for iOS, written in Swift.
Vapor - 💧 A server-side Swift HTTP web framework.
RestKit - RestKit is a framework for consuming and modeling RESTful web resources on iOS and OS X
Starscream - Websockets in swift for iOS and OSX
APIKit - Type-safe networking abstraction layer that associates request type with response type.