Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/heroku-examples/ruby-ws-test
- Owner: heroku-examples
- Created: 2013-08-27T16:51:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-03T22:24:29.000Z (over 11 years ago)
- Last Synced: 2024-04-14T18:35:56.081Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 18
- Watchers: 7
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```