NFIBrokerage / slipstream

A slick WebSocket client for Phoenix Channels
https://hex.pm/packages/slipstream
Apache License 2.0
155 stars 18 forks source link

example of a repeater-style client #19

Closed the-mikedavis closed 3 years ago

the-mikedavis commented 3 years ago

some clients simply re-broadcast a message after joining a topic

I've been calling them a Repeater in the Haste implementation

it probably makes sense to solidify this with an example+tutorial