1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove editorializing in ActionCable guide

This commit is contained in:
C Nees 2020-09-19 18:27:25 -07:00
parent bb2230ec3c
commit 6ce098eacf

View file

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