imacrayon / alpine-ajax

An Alpine.js plugin for building server-powered frontends.
https://alpine-ajax.js.org
MIT License
642 stars 13 forks source link

SSE #21

Closed delaneyj closed 1 year ago

delaneyj commented 1 year ago

Maybe allow for a modifier only on GET like x-target.sse that setup an event source. I'm using SSE in htmx and would like to experiment with a similar approach in "pure"Alpine

delaneyj commented 1 year ago

Since this has a different context from a standard message I think it should be a separate directive after discussions. I'll look at creating a PR for this but for now we'll close this outstanding issue