Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heroku-examples/ruby-ws-test

A tiny demo using the Faye WebSocket implementation
https://github.com/heroku-examples/ruby-ws-test

Last synced: 2 days ago
JSON representation

A tiny demo using the Faye WebSocket implementation

Awesome Lists containing this project

README

        

# Ruby/Faye Websocket Test

A tiny demo using the [Faye](https://github.com/faye/faye-websocket-ruby) WebSocket implementation.

# Running

``` bash
bundle install
foreman start
```

# Running on Heroku

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