Skip to content

lokyoung/rails-chatting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime Chatting

This is a realtime-chatting room app base on Rails5. Use ActionCable to make the user can talk to each other real-time.

Requirements

  • Ruby 2.2.0 +
  • Rails 5.0.0 + (currently beta)
  • Redis 2.2 +
  • Postgresql, Mysql or sqlite3

Run

$ bundle install
$ bin/rails db:migrate
$ bin/rails server
$ sidekiq

About

Realtime chatting room based on Rails5.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published