vhsalazar / hotwire-rails-demo-chat

Repository from the Hotwire demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hotwire Rails Demo: Chat

This is a slimmed-down repository for the Hotwire demo that used for the announcement screencast.

It's a rough sketch of the very basics. Maybe we could improve it together?

To setup, just run ./bin/setup, then ./bin/rails server, then hit localhost:3000.

This demo application requires redis for websocket communication. To prepare redis using docker, please run the following command.

docker run --rm -it -p 6379:6379 redis:latest

About

Repository from the Hotwire demo


Languages

Language:Ruby 75.8%Language:HTML 19.2%Language:SCSS 2.5%Language:CSS 1.9%Language:JavaScript 0.5%