I am building a real time chat into a rails 4 application. It seems ActionCable is the tool for this kind of job.
Is it possible to use ActionCable in rails 4 or do I have update to rails 5?
I cannot find any introduction for ActionCable with rails 4.