How to make Rails Action Cable work in your Next.js app
Sep 17, 2022 · 5 min read · TLDR About a month ago I had to implement simple chat in one of our applications. Our stack is simple - Next.js + React used on the frontend communicating with our Ruby on Rails API on the backend. I've decided to use Rails Action Cable for this job,...
KKavita commented