Realtime with Rails 3.2

56 Views Asked by At

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!

1

There are 1 best solutions below

1
On BEST ANSWER

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