Skip to content

rubyhcm/chat_real_time

Repository files navigation

Chatting App: Rails 5 and Action Cable

Users can sign up/log in with a username and create a chatroom or choose from an existing one to start real-time messaging.

You can view my deployment of this application here (it may take sometime to load if the server is sleep, because it 's free) , or you can use the button below to deploy your own version.

Deploy to Render

To view an implementation of this project, check out this repo

Running Locally

You'll need:

  • Ruby 2.3.0
  • Postgres
  • Redis

Then, once you clone down this repo:

  • bundle install
  • rake db:create; rake db:migrate

And you're all set.