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: