Senior Software Engineer with 11 years of expertise in Ruby on Rails and Vue.js, specializing in health, e-commerce, staffing, and transport. Experienced in software development and version analysis.
I didn’t need action cable in the project. I will do in another tutorial of action cable using as api with redis. just action cable has to be pinged again and again as api connection gets closed unlike normal rails where page is continuously connected with the client.
Hi! When you generate a Rails app --api-only, you don't get ActionCable set, don't you? How would you set it up?
I didn’t need action cable in the project. I will do in another tutorial of action cable using as api with redis. just action cable has to be pinged again and again as api connection gets closed unlike normal rails where page is continuously connected with the client.
I tried SSE with Rails -api only- and couldn't make the Redis publish/subscribe pattern to work. Yes, your solution will be nice.