Skip to content

chaitali-khangar/chat-demo-using-action-cable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a really simple chatting app to demonstrate one implementation of Action Cable in a Rails 5 app. Users can sign up/log in with a username and create a chatroom or choose from an existing one to start real-time messaging.

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published