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.
To view an implementation of this project, check out this repo
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.