jonbarlo / ruby-ws-test

A tiny demo using the Faye WebSocket implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby/Faye Websocket Test

A tiny demo using the Faye WebSocket implementation.

Running

bundle install
foreman start

Running on Heroku

heroku create
heroku labs:enable websockets
git push heroku master
heroku open

About

A tiny demo using the Faye WebSocket implementation