mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #40258 from cnees/guides--action-cable--cool-it
Remove editorializing in ActionCable guide
This commit is contained in:
commit
7cdc174471
1 changed files with 0 additions and 4 deletions
|
@ -77,10 +77,6 @@ A broadcasting is a pub/sub link where anything transmitted by the broadcaster i
|
|||
sent directly to the channel subscribers who are streaming that named broadcasting.
|
||||
Each channel can be streaming zero or more broadcastings.
|
||||
|
||||
As you can see, this is a fairly deep architectural stack. There's a lot of new
|
||||
terminology to identify the new pieces, and on top of that, you're dealing
|
||||
with both client and server side reflections of each unit.
|
||||
|
||||
## Server-Side Components
|
||||
|
||||
### Connections
|
||||
|
|
Loading…
Reference in a new issue