I am creating a websocket/server in ActionCable with Rails 5.
How do I go about connecting this with Android? I've seen a Socket.IO client with NodeJS, but nothing for Rails?
I would like the App to update in real time as well?
I looked into Autobahn, but I really couldn't find Rails specific info?