-
I made this project to demonstrate some basic turbo stream functionality to create a real-time chat room. The chatroom messages will update automatically without user refreshes, or any custom javascript outside of turbo.
-
Ruby version 3.3.5
-
Setup
- Run bin/rails db:setup
- Run bin/dev to start the server
- Visit the local host address
- Create a chat room
- Use two different windows to see the chat feeds update in real-time