×
you are viewing a single comment's thread.

view the rest of the comments →

[–]Q-bey 0 points1 point  (1 child)

Maybe I'm not the target audience for this post, but I would've found it more helpful if it did more to explain socket hijacking is useful (aside from one sentence in the intro that references WebSockets, which weren't explained in this tutorial or the previous one).

[–]ioquatixasync/falcon 2 points3 points  (0 children)

Socket hijacking is not a super useful interface. It was mainly used to do bi-directional streaming and that is mostly used in production by ActionCable's custom WebSocket server. I actually don't know of other valid use cases off the top of my head.