Skip to content

Commit

Permalink
Remove editorializing in ActionCable guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cnees committed Sep 20, 2020
1 parent bb2230e commit 6ce098e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions guides/source/action_cable_overview.md
Expand Up @@ -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
Expand Down

0 comments on commit 6ce098e

Please sign in to comment.