I have a Rails Application in production environment and now I need to develop a Mobile App as a "frontend" for the same system.
We are already building an API, but many users will be able to change data at the same time, therefore, would be nice some real time integration.
Would it be possible to integrate Action Cable in an Ionic App? Is there any other good alternative to Action Cable + Ionic?
Regards