Realtime with Rails?

I’m also interested in pushing messages from rails to a web client. I’ve used the MessageBus gem GitHub - discourse/message_bus: A reliable and robust messaging bus for Ruby and Rack for this and it works very well but I haven’t tried it on a busy app yet. I’d be interested to hear from anyone who has used something like MessageBus on a system with many concurrent users.