swift-protobuf
CocoaAsyncSocket
Our great sponsors
swift-protobuf | CocoaAsyncSocket | |
---|---|---|
8 | 1 | |
4,296 | 12,358 | |
1.1% | - | |
0.0 | 0.0 | |
about 20 hours ago | 2 months ago | |
Swift | Objective-C | |
Apache License 2.0 | NOASSERTION |
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.
swift-protobuf
-
Implementing Parts of the Swift Compiler in Swift
> Why should they? That isn't their target audience.
Because they need it?
Apple discontinued macOS server, i bet they use Linux in some of their servers
All their networking related libs are available and tested for Linux [1, 2]
Let's not forget that they package Swift for Linux, and now also for Windows [3]
Swift is crossplatform language (you not wanting to understand it doesn't change this fact), it's not a macOS framework
[1] - https://github.com/apple/swift-nio
[2] - https://github.com/apple/swift-protobuf/blob/main/.github/wo...
[3] - https://forums.swift.org/t/announcing-swift-5-6-2-for-linux-...
-
Awesome macOS Libraries List
Swift Protobuf - Plugin and runtime library for using protobuf with Swift. Language: Swift.
-
Google Protocol Buffers Support Idiomatic Kotlin Bindings
I need to explore using Protobuf -> Swift (https://github.com/apple/swift-protobuf) then using the Kotlin Native to Swift interop: https://kotlinlang.org/docs/native-objc-interop.html
CocoaAsyncSocket
-
Awesome macOS Libraries List
CocoaAsyncSocket - Asynchronous socket networking library. Language: Objective-C.
What are some alternatives?
AFNetworking - A delightful networking framework for iOS, macOS, watchOS, and tvOS.
Alamofire - Elegant HTTP Networking in Swift
Netdiag - Network Diagnosis for iOS
protobuf-swift - Google ProtocolBuffers for Apple Swift
MMLanScan - An iOS LAN Network Scanner library
Reachability.swift - Replacement for Apple's Reachability re-written in Swift with closures
ASIHTTPRequest - Easy to use CFNetwork wrapper for HTTP requests, Objective-C, Mac OS X and iPhone
AFNetworking+RetryPolicy - Nice category that adds the ability to set the retry interval, retry count and progressiveness.
APIKit - Type-safe networking abstraction layer that associates request type with response type.