Search code examples
rubyruby-on-rails-3real-time-updates

Realtime with Rails 3.2


I need to add realtime notifications to my Rails app (Rails 3.2, Ruby 1.93, Phusion Passenger). I have another app using Rails 5 that uses Action Cable to deal with realtime notifications and now I'm looking for a similar solution that works with Rails 3.2. Any suggestion on how to do it?

Thanks in advance!


Solution

  • You could check out Faye, which is like ActionCable, based on pub/sub messaging.