All Projects → maccman → spine.realtime

maccman / spine.realtime

Licence: other
Realtime Spine app with Rails

Programming Languages

ruby
36898 projects - #4 most used programming language
coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language

##Introduction

This is an example of a realtime app using Spine and Rails.

You can find a live demo here.

##Source

The files you need to inspect are:

  • app/assets/javascripts/app/models/page.coffee
  • app/assets/javascripts/app/models/pusher.coffee
  • app/assets/javascripts/app/controllers/pages.coffee
  • app/controllers/pages_controller.rb
  • app/observers/pusher_observer.rb

##Usage

bundle install
rake db:setup
rake db:seed

rails server thin

open http://localhost:3000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].