Remove editorializing in ActionCable guide

This commit is contained in:
C Nees 2020-09-19 18:27:25 -07:00
parent bb2230ec3c
commit 6ce098eacf
1 changed files with 0 additions and 4 deletions

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