Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSE support #187

Merged
merged 7 commits into from
Sep 8, 2023
Merged

SSE support #187

merged 7 commits into from
Sep 8, 2023

Conversation

palkan
Copy link
Member

@palkan palkan commented Sep 7, 2023

What is the purpose of this pull request?

This PR brings Server-Sent Events support to AnyCable making it possible to subscribe to Action Cable channel updates via EventSource or pure HTTP.

One of the primary use cases is to use Turbo Streams without Action Cable on the client side:

<turbo-stream-source src="http://localhost:8080/events?turbo_signed_stream_name=chat_1" />

What changes did you make? (overview)

Is there anything you'd like reviewers to focus on?

Checklist

  • I've added tests for this change
  • I've added a Changelog entry
  • I've updated documentation

@palkan palkan merged commit 5edee05 into master Sep 8, 2023
22 checks passed
@palkan palkan deleted the feat/sse branch September 8, 2023 02:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant