Forked from DHH's Hotwire Chat Demo
- This repository live syncs edits to individual messages, not just creating new messages.
- As well, this repository has a very primitive message identity system so the user's chatting can see eachother's names.
- To setup, just run
./bin/setup
, then./bin/rails server
, then hitlocalhost:3000
. - FYI — This demo application requires redis for websocket communication.