DEV Community

Cover image for Episode 23 Turbo Powered Chat Application in Rails 7
timnans
timnans

Posted on

Episode 23 Turbo Powered Chat Application in Rails 7

Turbo Streams deliver page changes as fragments of HTML wrapped in self-executing "turbo-stream"elements. Each stream element specifies an action together with a target ID to declare what should happen to the HTML inside it. We will leverage the power of turbo streams to create a chat application.

Github: https://github.com/railsdrill/episode-23-turbo-chat

Top comments (0)