Realtime Client Updates from Background Jobs with Stimulus
Play
23:30 CC

Realtime Client Updates from Background Jobs with Stimulus

#190 May 26, 2019 pro
Using RailsUJS, ActiveJob, ActionCable and Stimulus, we create a realtime feedback for background jobs running to provide a better user experience.

ActionCable - Part 1 - Configuration and Basics
Play
6:32 CC

ActionCable - Part 1 - Configuration and Basics

#37 Jul 10, 2016 free
A walkthrough on configuring ActionCable with Rails 5. Learn how to configure your mount points and the basics of using ActionCable with your Rails application.

Push Notifications with ActionCable
Play
8:55 CC

Push Notifications with ActionCable

#205 Sep 1, 2019 free
In this episode, we look into using Push Notifications within our Rails application and then using ActionCable to broadcast Push Notifications to the user.

ActionCable - Part 3 - Securing Your WebSockets
Play
5:48 CC

ActionCable - Part 3 - Securing Your WebSockets

#39 Jul 24, 2016 free
Using authentication and authorization, lock down your ActionCable WebSockets so that messages are only sent and received to the intended users.

Plugging in AnyCable
Play
9:06 CC

Plugging in AnyCable

#214 Nov 3, 2019 free
ActionCable can handle quite a bit of traffic, but it gets to a point where it can become a burden on the server. With AnyCable, we can not only handle more traffic, but it is also lighter on the resources.