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

https://github.com/ilyaumanets/action_cable_crud

Action Cable with rooms and messages
https://github.com/ilyaumanets/action_cable_crud

actioncable rails5

Last synced: about 2 months ago
JSON representation

Action Cable with rooms and messages

Awesome Lists containing this project

README

          

# README

This app shows how manage actioncable easily and predictable.

## Setup

* `git clone https://github.com/IlyaUmanets/action_cable_crud`
* `cd action_cable_crud`
* `mv config/database.example.yml config/database.yml`
* `bundle install`
* `rake db:setup`
* `rails s`

Go to http://localhost:3000 choose a room and duplicate this tab to see changes dynamically.
Now you can create, remove (click X) and update message. Enjoy!