Skip to content

keep an overview of where you students/teams are at in their exercises

Notifications You must be signed in to change notification settings

backend-development/rails_websockets

 
 

Repository files navigation

Stepstones

a ruby on rails 5 example app to learn about websockets.

You can find a demo app at https://stepstones.herokuapp.com/

Getting started

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

What to do

  1. set up activecable
  2. create a channel
  3. broadcast changes to status to all users in an adventure

About

keep an overview of where you students/teams are at in their exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 74.2%
  • HTML 23.0%
  • JavaScript 1.9%
  • CSS 0.9%