DEV Community

Discussion on: Action Cable for Rails API

Collapse
 
sulmanweb profile image
Sulman Baig

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.

Collapse
 
ndrean profile image
NDREAN

I tried SSE with Rails -api only- and couldn't make the Redis publish/subscribe pattern to work. Yes, your solution will be nice.