Skip to content

Rails Chat Room is a chat application done with Hotwire Turbo/Stimulus. The application can manage multiple chats and user can send real-time messages.

Notifications You must be signed in to change notification settings

lucasgeron/rails-chat-room

Repository files navigation

Rails Chat Room

rails chat room

Rails Chat Room is a simple chat room application built with Ruby on Rails and Hotwire Turbo/Stimulus.

The purpose of this application is to show how to use Hotwire Turbo/Stimulus to build a simple chat room application. To demonstrate this features, the application can manage multiple chat rooms and users can send messages to the chat room. The messages are sent and received in real time using Hotwire Turbo/Stimulus.

Installation

  • Clone this repository
  • Install dependencies with bundle install
  • Run the migrations with rails db:migrate
  • Run the server with ./bin/dev
  • Visit http://localhost:3000
  • Ready to Use

Feel free to customize this application.

Tutorial Step by Step

Check the tutorial step by step in

About

Rails Chat Room is a chat application done with Hotwire Turbo/Stimulus. The application can manage multiple chats and user can send real-time messages.

Topics

Resources

Stars

Watchers

Forks