Starscream
Websockets in swift for iOS and OSX (by daltoniam)
BlueSocket
Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS, and Linux. (by Kitura)
Our great sponsors
Starscream | BlueSocket | |
---|---|---|
2 | 1 | |
7,371 | 1,302 | |
- | 0.0% | |
0.0 | 1.4 | |
about 1 month ago | 9 months ago | |
Swift | Swift | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
Starscream
Posts with mentions or reviews of Starscream.
We have used some of these posts to build our list of alternatives
and similar projects.
-
I want to make a one-way messaging app but have no idea how to.
[1] Use Starscreamfor Swift or check out a tutorial on Apple's built-in stuff. Check out this tutorial too, so you understand WebSocketsmore in-depth before you take the plunge.
-
Swift WebSockets: Starscream or URLSession in 2021?
For Swift programmers targeting iOS, macOS, and other Apple platforms in 2021, there are two main libraries that can be used to connect to a WebSocket server: Starscream and URLSession. While both are capable libraries, they also have advantages and disadvantages which are important to consider before choosing one over the other.
BlueSocket
Posts with mentions or reviews of BlueSocket.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-25.
-
Any tutorials you recommend for URLSession?
This isn’t specifically what you’re looking for but just an FYI, BlueSocket gives you a fairly typical (in the Unix sense) API around sockets.
What are some alternatives?
When comparing Starscream and BlueSocket you can also consider the following projects:
Socket.IO
SocketRocket
SwiftWebSocket
WebSocket - WebSocket implementation for use by Client and Server
SwiftSocket - The easy way to use sockets on Apple platforms
SocketIO-Kit - Socket.io iOS and OSX Client compatible with v1.0 and later
Alamofire - Elegant HTTP Networking in Swift
Swift-ActionCableClient - ActionCable is a new WebSocket server being released with Rails 5 which makes it easy to add real-time features to your app. This Swift client makes it dead-simple to connect with that server, abstracting away everything except what you need to get going.
Socks - 🔌 Non-blocking TCP socket layer, with event-driven server and client.