https://github.com/maxpleaner/socket_helpers_example
Example Rails app for socket_helpers gem. Running at http://socket_helpers_example.herokuapp.com
https://github.com/maxpleaner/socket_helpers_example
Last synced: over 1 year ago
JSON representation
Example Rails app for socket_helpers gem. Running at http://socket_helpers_example.herokuapp.com
- Host: GitHub
- URL: https://github.com/maxpleaner/socket_helpers_example
- Owner: MaxPleaner
- Created: 2016-01-02T03:57:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T02:59:31.000Z (over 10 years ago)
- Last Synced: 2025-01-29T12:14:35.830Z (over 1 year ago)
- Language: Ruby
- Homepage: http://socket_helpers_example.herokuapp.com
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Socket Helpers Example
a Rails app using [socket_helpers](http://github.com/maxpleaner/socket_helpers)
See it running [on heroku](http://localhost:3000)
**To run locally**
```sh
git clone http://github.com/maxpleaner/socket_helpers_example;
cd socket_helpers_example;
bundle;
rake db:migrate;
rails s;
```
```sh
chromium-browser localhost:3000
```