Ruby on Rails Friday, April 14, 2017

Hello, Folks! I need some advice. I need to create a web app and an android app, and for my project, I want to use Ruby on Rails as the backend but I need to use real-time communication between the client (android & web) and database, the way firebase does it. ActionCable could be used to provide the realtime feature but I'm not sure if it could be said about the android app as well as if I would be able to call the same Rails APIs calls from native android code with real-time updates.

So, am I better off using Firebase as a whole or is there a way to utilize such features with similar power in Rails. Any expert advice?

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/9c7968e4-e359-4af1-8efa-cf8efaf610d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment