Real-time apps with Hotwire, ActionText, and Rails 6

The quickest way to build a real-time application

Restarone Solutions
Better Programming
Published in
3 min readDec 30, 2020

--

Hotwire, Turbo, and Rails logos
Photo by the author.

Hotwire is a shiny new HTML-over-WebSocket framework developed by Basecamp. Its purpose is to perform real-time DOM-patching using ActionCable and JavaScript. You can compare it to Phoenix LiveView, but unlike LiveView, Hotwire is stateless.

--

--