Skip to content

MaxPleaner/socket_helpers_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket Helpers Example

a Rails app using socket_helpers

See it running on heroku

To run locally

  git clone http://github.com/maxpleaner/socket_helpers_example;
  cd socket_helpers_example;
  bundle;
  rake db:migrate;
  rails s;
  chromium-browser localhost:3000