How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Reactive WebSockets
The main features of fjcaetano/rxwebsocket are: Socket Communication.
Projects with overlapping indexed features include: daltoniam/starscream — Starscream is a Swift WebSocket client library that provides a concrete implementation of the WebSocket protocol for… glebradchenko/dnwebsocket — WebSocket(RFC-6455) library written using Swift. kitura/bluesocket — Socket framework for Swift using the Swift Package Manager. Works on iOS, macOS, and Linux. kitura/bluesslservice — SSL/TLS Add-in for BlueSocket using Secure Transport and OpenSSL. socketio/socket.io-client-swift — This is a Socket.IO client library for Swift, providing an event-driven networking framework for establishing… swiftsocket/swiftsocket — The easy way to use sockets on Apple platforms.
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