This is a demonstration of how to do PresenceDetection with ActionCable.
Run the following commands to get the app up and running
bin/docked start
# Then in another terminal
bin/docked bash app
bin/rails db:create db:migrate db:fixtures:load
bin/dev