Search Results for "realtime-online-user-tracking-with-actioncable-discussion"

Lessons



















Forum Threads

Realtime Online User Tracking with ActionCable Discussion

16
General
How would you limit those users by tenant ( account)? Would you make the data sent to redis an array of two integers, like [1, 2] where 1 is the account.id and 2 is the user.id? Or is there a simpl...
Matthias Orgler replied

Heroku RedisCloud connexions on "Realtime Online User Tracking with ActionCable"

0
Rails
Hi all, I'm running in a weird issue. Following the Realtime Online User Tracking with ActionCable screencast, in an app using rails 5.2 I used: ```ruby ActionCable.server.pubsub.redis_connection_...
Nathan Chalot posted

Displaying User presence when tracking online Users with ActionCable

2
Rails
Hi, I'm wondering on my current implementation for tracking and displaying user online presence. I followed "Realtime Online User Tracking with ActionCable" for the most part and right now I'm usi...
Chris Oliver replied
Solved

Realtime Nested Comments: Part 1 Discussion

9
General
Amazing episode, Chris! Thank you so much for this!
Adam Sara replied

Realtime Charts with Stimulus Target Callbacks Discussion

6
General
Hi! You tend to have an episode topic when I need it :-) Great job, thank you! R.

Realtime Nested Comments: Part 3 Discussion

32
General
Very cool. I imagine a real-time comment feed like this will make a website feel come alive. One issue I’d love to see addressed in a follow up video is the page kinda moving around as you’re rea...
OuttaSpaceTime replied

Realtime Nested Comments: Part 2 Discussion

6
General
Hey Chris, thanks for the video! I'm just wondering about the design decision to have a stream subscription for each individual comment for the broadcast removal vs broadcasting to the "container" ...
Jay Killeen replied

Realtime Group Chat with Rails [Revised] - Part 3 Discussion

0
General
Hi, (I've now run through the videos, implementing them from scratch to this point twice, and still getting the same issue) Looking at the frames in the cable entry in the Network tab of Dev Tool...
Tom Stone posted

Realtime Group Chat with Rails [Revised] - Part 5 Discussion

1
General
Hi Chris, great series. Are you planning on revising the DM episode? Or is the implementation pretty similar to the previous one?
Chris Oliver replied

Realtime Group Chat with Rails [Revised] - Part 4 Discussion

3
General
Did I miss a video? I've been following along (or at least I thought I was) but some of the layout is different and I don't remember the scrollTo stuff in the channel_controller
Danniel Tung replied

Realtime browser updates with Cable Ready Discussion

9
General
Great episode. Just as a note to anybody watching this who might be wondering, cable_ready pairs perfectly well with Stimulus Reflex as well. You can simply include the cable_ready call in your *...
Joseph Clarke replied

Realtime Group Chat with Rails [Revised] - Part 2 Discussion

9
General
Nice video Chris. I did something similar on a project a while ago but not with the elegant stimulus js solution. Something that I am wondering about Websockets. In terms of edges cases or pitf...
Fixt Dev replied

Realtime Group Chat with Rails [Revised] - Part 1 Discussion

7
General
Hi, does the revised version is build from scratch ? I noticed it seems like from the start of the video, you have created the project and created some models. Can I know which episodes should I wa...
Fixt Dev replied

Realtime SSH Logs with ActionCable Discussion

5
General
Definitely interested in sockets :)
Zulhilmi Zainudin replied

Realtime Notifications with ActionCable Discussion

23
General
Thanks, Chris! This is an awesome episode, you're the man!
Jack replied

Direct Messages in Realtime with ActionCable Discussion

20
General
Shouldn't be better to create a model lets say conversations with both users "sender and receiver" and maybe make messages a polymorphic association between rooms and conversations?
Marcos replied

How to do a Realtime Basketball Boxscore Widge Properly?

2
General
I have created a basketball stats tracker . Now I wanted to create a widget so that sports site can embed my boxscore widget to their site. My plan is add a job in my app that push the game boxscor...
Paulo Avelino replied

Push bitmap to clients in realtime

1
General
Hi Chris! I want to create a service which will show a heatmap with some stocks data in realtime (updated each second). Each second there will be around 100 new data points and in general, chart m...
Chris Oliver replied
Solved

How do i make chat app real time on Digital Ocean?

2
Rails
I am trying to make a Chat web application based on Rails 4.0 using "private_pub" gem which works perfectly on my localhost server. You can check out my application at curatethelens.com. Now my sit...
Maria Kenneth replied

Does actioncable create 1 channel per user only?

3
Rails
Let's say you're planning on having real time Notifications and messaging. Does that mean that for each User, there will be 1 actioncable channel (redis) open? Or Does that mean for each Use...
Chris Oliver replied