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

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

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
```