Action Cable

E440632

Action Cable is the Ruby on Rails framework component that enables real-time, WebSocket-based features to be integrated into Rails applications.

Try in SPARQL Jump to: Statements Referenced by

Statements (51)

Predicate Object
instanceOf Ruby on Rails framework component
WebSocket framework
real-time communication library
canUseAdapter PostgreSQL NERFINISHED
in-memory adapter
clientSideLanguage JavaScript NERFINISHED
configurationFile config/cable.yml
defaultAdapter Redis NERFINISHED
defaultMountPath /cable
designedFor Ruby on Rails applications
documentation https://guides.rubyonrails.org/action_cable_overview.html
enablesFeature bi-directional communication between client and server
live updates in web pages
push notifications from server to client
real-time features in Rails applications
hasComponent ActionCable JavaScript client NERFINISHED
ActionCable::Channel NERFINISHED
ActionCable::Connection NERFINISHED
ActionCable::Server NERFINISHED
integratesWith Active Job NERFINISHED
Rails controllers
Rails models
Rails routing
Redis NERFINISHED
introducedIn Ruby on Rails 5 NERFINISHED
license MIT License
maintainedBy Ruby on Rails core team NERFINISHED
partOf Ruby on Rails NERFINISHED
programmingLanguage Ruby NERFINISHED
repository https://github.com/rails/rails
supportsDeployment multi-process servers
multi-threaded servers
separate Action Cable server process
supportsFeature authentication of WebSocket connections
authorization per channel
broadcasting to multiple subscribers
channel callbacks
connection callbacks
connection identifiers
multiple connections per user
namespaced channels
periodic timers in channels
streaming from model updates
supportsProtocol WebSocket NERFINISHED
typicalUseCase chat applications
collaborative editing tools
live dashboards
usesConcept channels
streams
subscriptions
usesTransport Rack

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Ruby on Rails includesComponent Action Cable