I am trying to create a RESTful API for the first time.
Sending Request(Client to Server) and Response(Server to Client) using Action Cable.
How to send request from other Applications(like Android/iOS App, Web App'n or Desktop App'n) and give response to the application.
I have used Action Cable in normal Web Application.
Please provide me some links with guides of ActionCable usage in Rails 5 RESTful API.
Thanks in Advance.