This is a simple chat app built for practising action cable feature. It also used Redis as an in-memory data store for production
If you want to view the demo, please go to the following link:
https://chat-example-app.herokuapp.com
Demo login: username: bob password: password
username: alice password: password
Or if you want to modify and redo the app, you also can clone and download in your local with the following steps:
To get started:
git clone [email protected]:kingsleywang2013/action_cable_chat_app.git
bundle install
rails db:migrate
rails db:seed