8 open-source projects similar to fjcaetano/rxwebsocket, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
Starscream is a Swift WebSocket client library that provides a concrete implementation of the WebSocket protocol for iOS and macOS applications. It functions as an event-driven wrapper for establishing and managing bidirectional connections to send and receive text and binary frames over TCP. The library includes a secure WebSocket client capable of encrypting traffic and validating server identities. It manages the full connection lifecycle, from the initial handshake and header exchange to session termination with custom close codes. The project covers a broad range of networking capabilit
WebSocket(RFC-6455) library written using Swift
Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS, and Linux.
SSL/TLS Add-in for BlueSocket using Secure Transport and OpenSSL
This is a Socket.IO client library for Swift, providing an event-driven networking framework for establishing real-time, bidirectional communication between iOS applications and Socket.IO servers. It functions as a tool for maintaining persistent connections and exchanging named data events and binary payloads. The library implements a WebSocket-based transport with an HTTP long-polling fallback to ensure connectivity. It manages a callback-based architecture to handle server notifications and utilizes encrypted communication channels to secure network traffic. The framework covers the excha
The easy way to use sockets on Apple platforms
Fast Websockets in Swift for iOS and OSX
🔌 Non-blocking TCP socket layer, with event-driven server and client.