Real time group messaging app. This app is like an open chat room where conversation is shared with all users.
ruby version 2.6.3
rails 6.0.2 and above
-
Run command
bundle install --without production
for all gem dependencies -
For databases run
rails db:create db:migrate
-
Now run
rails s
and navigate tolocalhost:3000
in your browser.
- There is one chat-room for all users
-
Only you can create user (you friend or anyone ) through
rails console
. So that no-one else get access to your chatroom. -
This could be your personal messaging app.
Reddis add-ons for heroku (production)