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
- Host: GitHub
- URL: https://github.com/ilyaumanets/action_cable_crud
- Owner: IlyaUmanets
- Created: 2017-03-24T21:49:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T18:25:04.000Z (over 8 years ago)
- Last Synced: 2025-09-08T14:57:51.045Z (10 months ago)
- Topics: actioncable, rails5
- Language: Ruby
- Homepage: https://action-cable-crud.herokuapp.com
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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!