Swift-ActionCableClient
Real-time framework
A Swift library that simplifies real-time features in web applications using WebSocket servers
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.
167 stars
7 watching
128 forks
Language: Swift
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
cable-cr/cable | A Crystal implementation of real-time websockets and event-driven programming | 128 |
dsuryd/dotnetify | A framework for building real-time web applications with a C# .NET back-end and various front-end technologies | 1,172 |
stimulusreflex/cable_ready | A tool for creating real-time user experiences by triggering client-side DOM changes from server-side Ruby | 757 |
kenichi/angelo | A DSL for building web applications with real-time capabilities using Ruby and Reel's reactor | 302 |
markdalgleish/redial | Provides data fetching and route lifecycle management features to enhance React applications | 1,101 |
lukereichold/arweave-swift | A Swift client library for interacting with the Arweave blockchain | 33 |
skylab-inc/lightning | An event-driven web and networking framework optimized for performance with asynchronous events and reactive programming capabilities. | 312 |
jrief/django-websocket-redis | Enables real-time communication between Django applications and web browsers using Redis as the message queue | 896 |
realtime-framework/rctrealtimecloudstorage | A React Native SDK providing real-time cloud storage capabilities for iOS applications. | 8 |
realtime-framework/rctrealtimemessaging | An SDK for sending and receiving real-time cloud messages to React Native applications. | 9 |
glebradchenko/dnwebsocket | A WebSocket library for Swift that provides a simple and efficient way to establish WebSocket connections. | 36 |
anycable/anycable-rails | A Rails gem that allows you to use any WebSocket server as a replacement for the built-in Action Cable server. | 500 |
rxswiftcommunity/action | An RxSwift library that abstracts actions with work factories, managing execution and enabling conditions. | 875 |
voryx/thruwaybundle | A Symfony bundle for building real-time applications using the Web Application Messaging Protocol (WAMP) to enable bidirectional communication between clients and servers. | 98 |
sky-uk/reactiveapi | A framework for building reactive network clients in Swift using RxSwift and URLSession. | 79 |