diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2015-07-12 08:31:17 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2015-07-12 08:31:17 +0200 |
commit | fc8bb71872f483e26230fdd1f26368967cbc90f2 (patch) | |
tree | 87cdb44a2b3fc3e40abf6d61b182fe34a7d4ce73 | |
parent | 849278dae77cb3f10823ccd9a0fdc1181380ce17 (diff) | |
download | rails-fc8bb71872f483e26230fdd1f26368967cbc90f2.tar.gz rails-fc8bb71872f483e26230fdd1f26368967cbc90f2.tar.bz2 rails-fc8bb71872f483e26230fdd1f26368967cbc90f2.zip |
Link to example repo
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -204,6 +204,9 @@ The channel has been instructed to stream everything that arrives at `web_notifi `#received(data)` callback. The data is the hash sent as the second parameter to the server-side broadcast call, JSON encoded for the trip across the wire, and unpacked for the data argument arriving to `#received`. +## More complete examples + +See the [rails/actioncable-examples](http://github.com/rails/actioncable-examples) repository for a full example of how to setup Action Cable in a Rails app and adding channels. ## Configuration |