Real-Time Activity with ActionCable and Rails 6 | Ruby on Rails Projects

4 years ago

In the last episode, we built out an entire ActionCable powered Rails 6 chat room application from scratch. This episode adds to that by adding real-time activity and status information. We'll be able to tell which users are online and lay the groundwork for adding further activity indicators.

Action Cable is an awesome tool that was introduced to Rails in version 5. It makes it a lot easier to set up web socket connections and push real-time events to connected users.

This video will help you get a good grip on how data flows through ActionCable, and it will help you develop your own apps in the future.

👊 Helpful Links 👊

Free E-book:
*Power Portfolio* - How to stand out... even if you're just getting started: https://bit.ly/2ylvdcb

Project on Github: https://github.com/StephenFiser/messenger-app/tree/feature/activity

Building a Messenger app with Rails 6 (full): https://youtu.be/s3CmHhDjuWc

Action Cable Basics in Rails 6: https://youtu.be/t9iubpbqmnM

Other Techmaker Series:

Building a Link Shortener with Rails 6 (playlist): https://www.youtube.com/playlist?list=PLjItgYqIzJ9WGy9WMf-44DXHB_7aWwJMc

Building a Stock Market Tracker with React JS (playlist): https://www.youtube.com/playlist?list=PLjItgYqIzJ9VOBgwZ82D9kjQ_QtM5R4u5

Loading comments...