Home

Awesome

Rails app example with dino and pusher.

initial setup

first example

On server-side the app will send a signal to pusher every time you press the button down and another when you release the button, on client-side the app will subscribe to a pusher channel and will change the background color every time a new event is received from pusher.

second example

On client-side the app will make ajax requests every time you click the on or off, on the server-side the app will set up a led and will turn it on or off depending which button you had clicked.