Skip to content

Instantly share code, notes, and snippets.

View washu's full-sized avatar

Sal Scotto washu

  • Colorado Springs, CO
View GitHub Profile
@washu
washu / README.md
Created May 13, 2024 14:28 — forked from palkan/README.md
ActionCable over SSE

Action Cable over SSE

This is a demo of leveraging the proposed Action Cable architecture to implement an SSE transport for Action Cable (without changing the user-space code, e.g., Connection and Channel classes).

Start the server by running the following command:

 ruby main.rb

Now, you can connect to Action Cable over SSE via cURL as follows: