a ruby on rails 5 example app to learn about websockets.
You can find a demo app at https://stepstones.herokuapp.com/
clone this repository, then
bundle
rake db:migrate
rake db:seed
rails server
now point your browser at the homepage at http://localhost:3000/
To run the tests
rails test
- set up activecable
- create a channel
- broadcast changes to status to all users in an adventure