Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/tenderlove-live-streaming-demo
https://github.com/drnic/tenderlove-live-streaming-demo
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drnic/tenderlove-live-streaming-demo
- Owner: drnic
- Created: 2012-07-31T03:19:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-31T03:50:23.000Z (over 12 years ago)
- Last Synced: 2023-04-10T17:09:57.370Z (over 1 year ago)
- Language: Ruby
- Size: 3.72 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo of Live Streaming in Rails 4
This repo is the result of following [Aaron Patterson's tutorial](http://tenderlovemaking.com/2012/07/30/is-it-live.html) for playing with Live Streaming in Rails 4 (edge).
Every aspect of Rails is frozen in vendor/cache, so this demo should always work even if Rails 4 changes.
## Usage
In one terminal, start the Rails app in development mode:
```
$ puma
```Go to [http://localhost:9292/users](http://localhost:9292/users) to see the application.
Change any file under `app/assets` or `app/views`, a message should be sent to the browser, and the browser will refresh the page.